From 9cf27c92c136cce4785744542eaf962c05f1052c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 26 Oct 2010 21:06:51 -0700 Subject: Added support for MathJax for displaying math in HTML. Added --mathjax option. Added MathJax to HTMLMathMethod. Supported MathJax in HTML writer. Resolves Issue #259. --- man/man1/pandoc.1.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'man') 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 `` tags in HTML output. These can then be processed by gladTeX to produce links to images of the typeset -- cgit v1.2.3