Fix #338: re.sub() flag argument at wrong position.
[docutils.git] / sandbox / jensj / latex_math / README.txt
blob63abb49d9840980d390f45dcb57bc651d9759e46
1 ==================
2 LaTeX-math plug-in
3 ==================
5 The plug-in adds a latex-math role and directive that transforms ReST
6 + LaTeX-math to html + MathML.  The script (in the ``tools`` directory)
7 does exactly what rst2html.py does - only difference is that a
8 latex-math role and directive is added to the parser before parsing.
10 It works like this::
12   python rst2mathml.py document.txt > document.xhtml
14 (try the test file from the ``test`` directory).
16 Documentation is in the ``docs`` directory.
18 The script is a quick hack that we can use for testing until we have
19 real plug-in support.
21 Any feedback is appreciated.