diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-10-28 21:54:50 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-10-28 21:54:50 +0000 |
commit | 4f28d47b90d8dde0de21d5db966520959ead8684 (patch) | |
tree | a1843bd43bb38fd5465edad41c86e33efe785b2c /man/man1 | |
parent | 096413b2f35a8386eeecebcabbf04f0cde580857 (diff) | |
download | pandoc-4f28d47b90d8dde0de21d5db966520959ead8684.tar.gz |
Added --jsmath option.
- Added --jsmath option to Main.hs
- Added JsMath to HTMLMathMethod in Text.Pandoc.Shared.
- Handle math appropriately in HTML writer when JsMath selected.
- Documented the option in README and man page.
Resolves Issue #68.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1472 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/pandoc.1.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index f50fab050..bbd4e725e 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -112,6 +112,11 @@ to Pandoc. Or use `html2markdown`(1), a wrapper around `pandoc`. provide a *URL*. If no *URL* is provided, the contents of the script will be inserted directly into the HTML header. +\--jsmath=*URL* +: Use jsMath to display embedded TeX math in HTML output. + The *URL* should point to the jsMath load script; if provided, + it will be linked to in the header of standalone HTML documents. + \--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 |