Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var il y a 2 ans
..
README b3ae3a1fd9 academic/latex2html: Added manual doc. il y a 5 ans
latex2html.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var il y a 2 ans
latex2html.info 52d159b939 academic/latex2html: Updated for version 2020. il y a 4 ans
manual.pdf 52d159b939 academic/latex2html: Updated for version 2020. il y a 4 ans
slack-desc 91b3986a21 academic/latex2html: Fix slack-desc. il y a 4 ans

README

LaTeX is a high-quality typesetting system; it includes features
designed for the production of technical and scientific
documentation. Latex2html is used for converting Latex files which
have a .tex suffix to html

a basic latex document looks like this:

\documentclass{article}
\begin{document}
Hello World!
\end{document}

if you save such a document say called helloworld.tex
then to convert this document to html form, open a terminal
and cd to where helloworld.tex is.

Then its a simple as
$latex2html helloworld.tex

for option flags type: $latex2html --help

for extensive documentation see manual.pdf

when package is installed a copy of manual.pdf
will be put in /usr/doc/latex2html-2019.2