LATEX2HTML is available through the Fedora, Debian, and Ubuntu
package managers for Linux, and the macports package manager for MacOS.
Releases of LATEX2HTML may also be obtained at
https://www.github.com/latex2html/latex2html/releaseshttps://www.github.com/latex2html/latex2html/releases ,
Finally there is the LATEX2HTML developers' source repository, at .
The files to be found here are the most up-to-date with current developments,
but they cannot be guaranteed to be fully reliable. New features may be
still under development and not yet sufficiently tested for release.
A daily updated compressed archive of the developers' work may be
downloaded from .
Having obtained a compressed tar version, save it into a file
latex2html-2019.tar.gz say,
then extract its contents with
% gzip -d latex2html-2019.tar.gz
% tar xvf latex2html-2019.tar
You should then have the following:
- README file;
- Changes index with latest changes;
- Changes.detailed (no longer supplied);
- latex2html script;
- texexpand script
;
- latex2html.config configuration file;
- install-test script, for installation and testing;
- dot.latex2html-init sample initialisation file;
- texinputs/ subdirectory, containing various LATEX style-files;
- versions/ subdirectory, containing code for specific
HTML versions;
- makemap script;
- example/ subdirectory, containing the segmentation example,
described in detail in
a later sectionSection Segmentation;
- .dvipsrc file;
- pstogif script (no longer supplied);
- pstoimg script for image conversion (replaces pstogif);
- configure-pstoimg script for installation;
- local.pm input file;
- icons.gif/ subdirectory, containing icons in GIF format;
- icons.png/ subdirectory, containing icons in PNG format;
- makeseg script and examples to handle segmented
documents via a generated Makefile, see
makeseg.tex
;
- docs/foilhtml/ contains LATEX package and implementation by ,
to support to HTML translation;
- IndicTeX-HTML/ package that contains and
LATEX code for translating IndicTEX documents (see README file);
- docs/ subdirectory, containing the files needed to create
a version of this manual;
- styles/ subdirectory, containing code for handling
some style-files;
- tests/ contains some test documents for LATEX2HTML.
Footnotes
![[*]](footnote.png)
- Initially written
by , completely rewritten by and .