diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-10-31 18:55:02 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-10-31 18:55:35 -0700 |
commit | bd24e83c8188866d37c1468d948d44692e6547a4 (patch) | |
tree | be02cc8a7ea5f259761392d12d489c85127ea9b2 /README | |
parent | 9cf27c92c136cce4785744542eaf962c05f1052c (diff) | |
download | pandoc-bd24e83c8188866d37c1468d948d44692e6547a4.tar.gz |
--mathjax: Use mathjax with raw latex rather than mathml.
It seems to work better, and the default config can be used.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -347,11 +347,6 @@ For further documentation, see the `pandoc(1)` man page. \--mathjax=*URL* : causes `pandoc` to use [MathJax] to display embedded TeX math in HTML output. The *URL* should point to the `MathJax.js` load script. - Pandoc will use MathML with MathJax, so your `config/MathJax.js` - file should contain the following settings: - - extensions: ["mml2jax.js"], - jax: ["input/MathML", "output/HTML-CSS"], `--gladtex`*[=url]* : causes TeX formulas to be enclosed in `<eq>` tags in HTML, Slidy, or |