[Haskell] ANN: texmath 0.1.0.1 - conversion of LaTeX math to MathML

John MacFarlane jgm at berkeley.edu
Wed Jul 8 04:20:11 EDT 2009


I'm pleased to announce an early release of texmath, a Haskell library
for converting LaTeX math formulas to MathML.

Hackage: http://hackage.haskell.org/package/texmath-0.1.0.1
Github: http://github.com/jgm/texmath/tree/master

The package includes a standalone test program, testTeXMathML,
and a CGI script, texmath-cgi, that can be used in web apps. This
script is used in the demos at

http://johnmacfarlane.net/texmath.xhtml
http://johnmacfarlane.net/texmath.html

texmath supports most of basic LaTeX and AMS extensions, but I'm sure
some things have been left out, so let me know if you try a formula that
should work but doesn't.

John


More information about the Haskell mailing list