Math support update
commit37ef244b4a3792d9b1cd496e9321746b9905cdf2
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Wed, 13 Apr 2011 22:13:55 +0000 (13 22:13 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Wed, 13 Apr 2011 22:13:55 +0000 (13 22:13 +0000)
tree0cb71319fde1d2431883c981ab6d04e132bbe833
parentadc9f2f4d681d0c8b6e203bfd40ce69741000a4e
Math support update

* new version of math2html (elyxer) by Alex Fernandez
  (bugfixes, improved rendering)
* small fixes to latex2mathml
* accept Unicode characters in the input
* updated test file, new test cases html_math and mathml_math

git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk/docutils@7008 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
13 files changed:
docs/dev/todo.txt
docutils/math/latex2mathml.py
docutils/math/math2html.py
docutils/writers/html4css1/__init__.py
docutils/writers/html4css1/math.css
docutils/writers/latex2e/__init__.py
test/functional/expected/html_math.html [new file with mode: 0644]
test/functional/expected/math.xhtml
test/functional/expected/mathml_math.xhtml [copied from test/functional/expected/math.xhtml with 78% similarity]
test/functional/expected/standalone_rst_latex.tex
test/functional/input/data/math.txt
test/functional/tests/html_math.py
test/functional/tests/mathml_math.py [copied from test/functional/tests/html_math.py with 64% similarity]