summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-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).