diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-18 06:45:56 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-18 06:45:56 +0000 |
commit | 56217f100404bc277c53518436ea93973c7705ac (patch) | |
tree | e41352966698134d6a7031f2b29e52ba16be1868 /man/man1/pandoc.1.md | |
parent | d704f47b86f49a46fab91969ae3fc92957cc8149 (diff) |
Added --mathml option; removed Text.Pandoc.LaTeXMathML.
* Added data/MathMLinHTML.js, which is included when no URL is provided
for --mathml. This allows MathML to be displayed in better browsers,
as text/html.
* The module was no longer necessary; its functionality (two lines)
was incorporated into pandoc.hs.
* Consolidated the two LaTeXMathML.js files into one.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1909 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man/man1/pandoc.1.md')
-rw-r--r-- | man/man1/pandoc.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index 10a2581dc..ac6f633e7 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -118,6 +118,10 @@ should pipe input and output through `iconv`: provide a *URL*. If no *URL* is provided, the contents of the script will be inserted directly into the HTML header. +\--mathml +: Convert TeX math to MathML. In standalone mode, a small javascript + will be inserted that allows the MathML to be viewed on some browsers. + \--jsmath=*URL* : Use jsMath to display embedded TeX math in HTML output. The *URL* should point to the jsMath load script; if provided, |