Examples of different TeX to HTML approaches

Both of the following methods were converted from the same LaTeX source.

dvi2html

Starting with a .dvi file, we have a script (dvi2html) which converts it to PostScript and PDF and (page-by-page) to GIF. These various formats are made available via some automatically created HTML pages.

SAMPLE

PROS

CONS


htmx

Starting with TeX or LaTeX source, we can produce an HTMX file which is processed by a script into native HTML.

SAMPLE.

PROS

CONS