summaryrefslogtreecommitdiff
path: root/man/man1/pandoc.1.md
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-12-01 03:11:47 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-12-01 03:11:47 +0000
commit6e079a67e89ff9fef9ffbe01489fb7950c0b9f5f (patch)
treeba88b2fd623a1e55560fac140508bd8e5823e177 /man/man1/pandoc.1.md
parent0b15448d646ba2e2b8db523e9065f820cfa179ba (diff)
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
Diffstat (limited to 'man/man1/pandoc.1.md')
-rw-r--r--man/man1/pandoc.1.md13
1 files changed, 11 insertions, 2 deletions
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 `<eq>` 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).