diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-11-04 11:16:36 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-11-04 11:16:36 +0000 |
| commit | 29ff2f0fd1c23e737df9327d54753cabf06a800b (patch) | |
| tree | d086abe30a51dc825da96ed0a88876f4f517e83c /docutils/docs | |
| parent | 944d1110cc399d32583d71dee64d17adbeaa9acd (diff) | |
| download | docutils-29ff2f0fd1c23e737df9327d54753cabf06a800b.tar.gz | |
Support `pandoc` as an external LaTeX to MathML converter.
Patch by Ximin Luo [patches:#197].
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9216 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs')
| -rw-r--r-- | docutils/docs/user/config.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docutils/docs/user/config.txt b/docutils/docs/user/config.txt index b9c574eba..dd1d02f80 100644 --- a/docutils/docs/user/config.txt +++ b/docutils/docs/user/config.txt @@ -1147,6 +1147,9 @@ the output document. Supported values are (case insensitive): TtM_ No "matrix", "align" and "cases" environments. Support may be removed. + Pandoc_ + Comprehensive macro support, fast, but a large install size. (Haskell) + :LaTeX: Include literal LaTeX code. @@ -1163,6 +1166,7 @@ New in Docutils 0.8. .. _blahtexml: http://gva.noekeon.org/blahtexml/ .. _LaTeXML: http://dlmf.nist.gov/LaTeXML/ .. _TtM: http://hutchinson.belmont.ma.us/tth/mml/ +.. _Pandoc: https://pandoc.org/ .. _stylesheet [html writers]: |
