This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Academic > latex2html (2020)

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

Maintained by: andy brookes
Keywords: latex,html,latex2html,latex
ChangeLog: latex2html

Homepage:
http://www.latex2html.org

Source Downloads:
latex2html-2020.tar.gz (d5e2d765ed2bb4d52bd7331a6420f5be)

Download SlackBuild:
latex2html.tar.gz
latex2html.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds