From 6e079a67e89ff9fef9ffbe01489fb7950c0b9f5f Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 1 Dec 2007 03:11:47 +0000 Subject: Documented new --gladtex and --mimetex options, and new treatment of TeX math. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1124 788f1e2b-df1e-0410-8736-df70ead52e1b --- man/man1/pandoc.1.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'man/man1') diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index bf05b6d3a..37d3dc262 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -1,6 +1,6 @@ % PANDOC(1) Pandoc User Manuals % John MacFarlane -% June 30, 2007 +% November 30, 2007 # NAME @@ -102,11 +102,20 @@ to Pandoc. Or use `html2markdown`(1), a wrapper around `pandoc`. when the output format is `latex` or `context`.) -m*URL*, \--asciimathml=*URL* -: Use ASCIIMathML to display embedded LaTeX math in HTML output. +: Use ASCIIMathML to display embedded TeX math in HTML output. To insert a link to a local copy of the `ASCIIMathML.js` script, provide a *URL*. If no *URL* is provided, the contents of the script will be inserted directly into the HTML header. +\--gladtex +: Enclose TeX math in `` tags in HTML output. These can then + be processed by gladTeX to produce links to images of the typeset + formulas. + +\--mimetex=*URL* +: Render TeX math using the mimeTeX CGI script. If *URL* is not specified, + it is assumed that the script is at `/cgi-bin/mimetex.cgi`. + -i, \--incremental : Make list items in S5 display incrementally (one by one). -- cgit v1.2.3