summaryrefslogtreecommitdiff
path: root/sandbox/paultremblay/scripts/rstxml2mathml.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug in rstxml2mathml.py, in which infinite recursion occurredpaultremblay2011-10-201-8/+8
* rstxml2mathml_sax.py will be a faster version of rstxml2mathml.py,paultremblay2011-10-201-212/+33
* Fixing bugs found by running test files from docutils.paultremblay2011-10-191-38/+49
* Used tree to create xml doculment, rather than regular expressions.paultremblay2011-10-181-21/+50
* Added support to convert latex equations to MathML.paultremblay2011-10-151-8/+47
* Script now only process the math_block when the attribute classes haspaultremblay2011-10-151-4/+10
* Fixed so no longer need markdown.paultremblay2011-10-141-8/+7
* Code added that will process MATHML.paultremblay2011-10-141-3/+2
* Script inserts mathml in XML document.paultremblay2011-10-141-0/+137