blahtexml

Convert LaTeX equations to MathML format

brewmacoslinux
Try with needOr install directly
Source

About

Converts equations into Math ML

Commands

blahtexml

Examples

convert latex equation to mathml$ blahtexml --mathml input.tex
convert equation from stdin and output mathml$ echo '\\frac{a}{b}' | blahtexml --mathml
convert latex file to xhtml with embedded mathml$ blahtexml --xhtml input.tex > output.xhtml
convert equation and display as plain text$ blahtexml --text input.tex
convert latex math to mathml and save output$ blahtexml --mathml input.tex -o output.xml