Convert LaTeX math notation to MathML format
Haskell library for converting LaTeX math to MathML
texmath$ texmath -t MathML <<< '\frac{x}{y}'$ texmath -f MathML -t LaTeX <<< '<math><mfrac><mi>x</mi><mi>y</mi></mfrac></math>'$ texmath -t MathML < equations.tex$ echo 'E=mc^2' | texmath -t MathML$ texmath --help