texmath

Convert LaTeX math notation to MathML format

brewmacoslinux
Try with needOr install directly
Source

About

Haskell library for converting LaTeX math to MathML

Commands

texmath

Examples

convert latex math equation to mathml$ texmath -t MathML <<< '\frac{x}{y}'
convert mathml back to latex format$ texmath -f MathML -t LaTeX <<< '<math><mfrac><mi>x</mi><mi>y</mi></mfrac></math>'
convert latex math from file to mathml$ texmath -t MathML < equations.tex
convert multiple latex equations to html mathml output$ echo 'E=mc^2' | texmath -t MathML
show all available input and output formats$ texmath --help