diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-10-26 21:06:51 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-10-26 21:07:51 -0700 |
commit | 9cf27c92c136cce4785744542eaf962c05f1052c (patch) | |
tree | 4707badbb043be45abaa39c8636ffb1d28239bd7 /man/man1/pandoc.1.md | |
parent | 905d194db5f083ba49dfd5360d23aeba5b9b41ae (diff) | |
download | pandoc-9cf27c92c136cce4785744542eaf962c05f1052c.tar.gz |
Added support for MathJax for displaying math in HTML.
Added --mathjax option.
Added MathJax to HTMLMathMethod.
Supported MathJax in HTML writer.
Resolves Issue #259.
Diffstat (limited to 'man/man1/pandoc.1.md')
-rw-r--r-- | man/man1/pandoc.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index 502b0b98d..28a085b68 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -127,6 +127,10 @@ should pipe input and output through `iconv`: The *URL* should point to the jsMath load script; if provided, it will be linked to in the header of standalone HTML documents. +\--mathjax=*URL* +: Use MathJax to display embedded TeX math in HTML output. + The *URL* should point to the `MathJax.js` load script. + \--gladtex : Enclose TeX math in `<eq>` tags in HTML output. These can then be processed by gladTeX to produce links to images of the typeset |