Haskell library for converting LaTeX math to MathML and other formats
Haskell library for converting LaTeX math to MathML
texmath$ texmath -f latex -t mathml <<< "x^2 + y^2 = z^2"$ texmath -f latex -t omml <<< "\\frac{a}{b}"$ texmath -f mathml -t latex <<< "<math><mi>x</mi></math>"