MANUAL.txt explain --webtex SVG url (#3471)
This commit is contained in:
parent
9d91b8825f
commit
2d6b834cdb
1 changed files with 3 additions and 1 deletions
|
@ -2826,7 +2826,9 @@ HTML, Slidy, DZSlides, S5, EPUB
|
|||
6. If the `--webtex` option is used, TeX formulas will be converted
|
||||
to `<img>` tags that link to an external script that converts
|
||||
formulas to images. The formula will be URL-encoded and concatenated
|
||||
with the URL provided. If no URL is specified, the CodeCogs
|
||||
with the URL provided. For SVG images you can for example use
|
||||
`--webtex https://latex.codecogs.com/svg.latex?`.
|
||||
If no URL is specified, the CodeCogs URL generating PNGs
|
||||
will be used (`https://latex.codecogs.com/png.latex?`).
|
||||
|
||||
7. If the `--mathjax` option is used, TeX math will be displayed
|
||||
|
|
Loading…
Reference in a new issue