From 4f28d47b90d8dde0de21d5db966520959ead8684 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 28 Oct 2008 21:54:50 +0000 Subject: Added --jsmath option. - Added --jsmath option to Main.hs - Added JsMath to HTMLMathMethod in Text.Pandoc.Shared. - Handle math appropriately in HTML writer when JsMath selected. - Documented the option in README and man page. Resolves Issue #68. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1472 788f1e2b-df1e-0410-8736-df70ead52e1b --- man/man1/pandoc.1.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'man/man1/pandoc.1.md') diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index f50fab050..bbd4e725e 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -112,6 +112,11 @@ to Pandoc. Or use `html2markdown`(1), a wrapper around `pandoc`. provide a *URL*. If no *URL* is provided, the contents of the script will be inserted directly into the HTML header. +\--jsmath=*URL* +: Use jsMath to display embedded TeX math in HTML output. + The *URL* should point to the jsMath load script; if provided, + it will be linked to in the header of standalone HTML documents. + \--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