summaryrefslogtreecommitdiff
path: root/man/man1/pandoc.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/pandoc.1')
-rw-r--r--man/man1/pandoc.118
1 files changed, 11 insertions, 7 deletions
diff --git a/man/man1/pandoc.1 b/man/man1/pandoc.1
index a9fcfb08d..8ec58dd9a 100644
--- a/man/man1/pandoc.1
+++ b/man/man1/pandoc.1
@@ -232,7 +232,7 @@ This option has no effect for writers other than \f[C]html\f[].
.RS
.RE
.TP
-.B \f[C]-m\f[] \f[I]URL\f[], \f[C]--latexmathml=\f[]\f[I]URL\f[]
+.B \f[C]-m\f[] [\f[I]URL\f[]], \f[C]--latexmathml\f[][=\f[I]URL\f[]]
Use the LaTeXMathML script to display embedded TeX math in HTML output.
To insert a link to a local copy of the \f[C]LaTeXMathML.js\f[] script,
provide a \f[I]URL\f[].
@@ -244,18 +244,22 @@ copy of the script, so it can be cached.
.RS
.RE
.TP
-.B \f[C]--mathml\f[]
+.B \f[C]--mathml\f[][=\f[I]URL\f[]]
Convert TeX math to MathML.
-In standalone mode, a small javascript will be inserted that allows the
-MathML to be viewed on some browsers.
+In standalone mode, a small javascript (or a link to such a script if a
+\f[I]URL\f[] is supplied) will be inserted that allows the MathML to be
+viewed on some browsers.
.RS
.RE
.TP
-.B \f[C]--jsmath=\f[]\f[I]URL\f[]
+.B \f[C]--jsmath\f[][=\f[I]URL\f[]]
Use jsMath to display embedded TeX math in HTML output.
The \f[I]URL\f[] should point to the jsMath load script (e.g.
\f[C]jsMath/easy/load.js\f[]); if provided, it will be linked to in the
header of standalone HTML documents.
+If a \f[I]URL\f[] is not provided, no link to the jsMath load script
+will be inserted; it is then up to the author to provide such a link in
+the HTML template.
.RS
.RE
.TP
@@ -272,14 +276,14 @@ typeset formulas.
.RS
.RE
.TP
-.B \f[C]--mimetex=\f[]\f[I]URL\f[]
+.B \f[C]--mimetex\f[][=\f[I]URL\f[]]
Render TeX math using the mimeTeX CGI script.
If \f[I]URL\f[] is not specified, it is assumed that the script is at
\f[C]/cgi-bin/mimetex.cgi\f[].
.RS
.RE
.TP
-.B \f[C]--webtex=\f[]\f[I]URL\f[]
+.B \f[C]--webtex\f[][=\f[I]URL\f[]]
Render TeX formulas using an external script that converts TeX formulas
to images.
The formula will be concatenated with the URL provided.