Graham Whaley
739c6c31f7
Chamberlin: change formula to latex graphic
Replace the text formula with a png graphic generated from some
LaTeX source.
Formulas in HTML apparently never made it in the mainstream,
and the recommendation is to use LaTex to generate images. See:
https://www.w3.org/MarkUp/HTMLPlus/htmlplus_45.html
To convert the .tex to a png, try:
pdflatex formulas.tex
convert -density 300 formulas.pdf -quality 95 formulas.png
Signed-off-by: Graham Whaley <graham.whaley@gmail.com>
4年前
PaulStoffregen
b665b3e356
Move error icon to icons folder
4年前
PaulStoffregen
9a38ff9f07
Add error icon
4年前
PaulStoffregen
eba5e06a9a
Begin wavetable documentation
6年前
PaulStoffregen
9fd9bc796b
Add AudioAmplifier documentation image
6年前
PaulStoffregen
15fe912697
Add AudioInputPDM documentation
6年前
PaulStoffregen
c50086b93a
Add AudioSynthWaveformModulated documentation
6年前
PaulStoffregen
4cd3436bd7
Add variable triangle waveform
6年前
PaulStoffregen
324d11346c
Update AudioSynthWaveform documentation
6年前
PaulStoffregen
74bc4ee2f8
Add ADAT documentation
7年前
PaulStoffregen
cd23fe128a
Add waveshaper documentation
7年前
PaulStoffregen
2d7751e48d
Add documentation for new features
7年前
PaulStoffregen
ce1feb388c
Add info about Adafruit Microphone to ADC documentation
8年前
PaulStoffregen
86b9b9ceb1
Add documentation for new objects
8年前
PaulStoffregen
248b6d25cc
Add PT8211 documentation and example
8年前
Benjamin
d16055bfbd
Add biquad shelf filter documentation in GUI
8年前
PaulStoffregen
eaded1b6ac
Add touchguitar image to Karplus Strong documentation
8年前
PaulStoffregen
ad5ce98926
Improve DAC and I2S slave documentation
8年前
PaulStoffregen
1acdc4bd2c
Add documentation for USB & KarplusStrong
8年前
PaulStoffregen
b32149a46d
Add photos to quad in/out object documentation
8年前
PaulStoffregen
aecb6d73a5
Move misc files to subdirs
9年前