latexml

Converts LaTeX documents to XML, HTML, and MathML formats

brewmacoslinux
Try with needOr install directly
Source

About

LaTeX to XML/HTML/MathML Converter

Commands

latexmllatexmlpost

Examples

Convert a LaTeX file to XML$ latexml mydocument.tex > mydocument.xml
Convert LaTeX to HTML with MathML math support$ latexml mydocument.tex | latexmlpost --format=html5 > mydocument.html
Process LaTeX and generate HTML with custom CSS$ latexmlpost --format=html5 --css=custom.css mydocument.xml