tth

Converts TeX and LaTeX documents to HTML format

brewmacoslinux
Try with needOr install directly
Source

About

TeX/LaTeX to HTML converter

Commands

tth

Examples

Convert a LaTeX file to HTML$ tth -L < input.tex > output.html
Convert TeX file preserving inline math as images$ tth -e2 < document.tex > document.html
Convert with custom output file and display errors$ tth -L input.tex -o output.html