latex2html

Converts LaTeX documents to HTML web pages

brewmacoslinux
Try with needOr install directly
Source

About

LaTeX-to-HTML translator

Commands

latex2html

Examples

Convert a LaTeX file to HTML in current directory$ latex2html mydocument.tex
Convert LaTeX file and specify output directory$ latex2html -dir output_folder mydocument.tex
Convert with custom split level and create index$ latex2html -split 2 -show_section_numbers mydocument.tex