Added note on MathJax. Closes #558.
This commit is contained in:
parent
6442e185b3
commit
81eb460dea
1 changed files with 4 additions and 0 deletions
4
README
4
README
|
@ -1754,6 +1754,10 @@ HTML, Slidy, Slideous, DZSlides, S5, EPUB
|
|||
with the URL provided. If no URL is specified, the Google Chart
|
||||
API will be used (`http://chart.apis.google.com/chart?cht=tx&chl=`).
|
||||
|
||||
7. If the `--mathjax` option is used, TeX math will be displayed
|
||||
between `\(...\)` (for inline math) or `\[...\]` (for display
|
||||
math) and put in `<span>` tags with class `math`.
|
||||
The [MathJax] script will be used to render it as formulas.
|
||||
|
||||
Raw HTML
|
||||
--------
|
||||
|
|
Loading…
Reference in a new issue