Hi group,
I've written a library that converts ASCII Math to Mathml:
https://sourceforge.net/projects/asciimathpython/
I've included two screenshots from the project page.
It would take only 10 or 15 lines of code to actually use this library.
One would only have to include a visit for the math_block and math
elements in the writers/docutils_xml.py, and likewise include a few in
the HTML writer.
As it stands now, I use a separate script to read in the docutils tree
to convert the ASCII math to MathML before converting the document to
FO, and then to PDF.
Paul
|