Next: Requirements
Up: Installation and Further Support
Previous: Installation and Further Support
Getting LATEX2HTML
98.1
One way LATEX2HTMLmay be obtained is through one of the three
Comprehensive TEX Archive Network (CTAN)
sites.
They are located at
US
- United States:
http://ctan.tug.org/ctan/,
UK
- United Kingdom:
#1http://www.tex.ac.uk/
DE
- Germany:
#1ftp://ftp.dante.de/.
In the directory tex-archive/support/latex2html/
should be the latest version, as a compressed archive.
There are also many mirrors.
To find the nearest to you, get a listing via the command:
finger ctan@www.tug.org
97.1
The site at #1http://cdc-server.cdc.informatik.tu-darmstadt.de/~latex2html/ is a convenient alternative for European users.
This is connected to the developer's repository,
so should always have the most recent release.
97.1
Alternatively, a compressed tar tar file of the source and related files
may be obtained via anonymous ftp anonymous ftpanonymous ftp to
#1http://www-dsed.llnl.gov/files/programs/unix/latex2html/sources/.
Two other ftp ftpftp-sites are:
- #1http://ctan.tug.org/ctan/tex-archive/support/latex2html
- #1http://ftp.rzg.mpg.de/pub/software/latex2html/sources/
Other ftp ftpftp-sites nearer to you can be found using Archie ArchieArchie at
#1http://hoohoo.ncsa.uiuc.edu/archie.html or
#1http://www.pvv.unit.no/archie/ (faster)
or more recent Web-searching tools such as FTP search FTP searchFTP search
in Norway.
Warning:
Some ftp ftpftp-sites may not carry the latest version.
Updates and patches are posted on the LATEX2HTML server at #1http://www-dsed.llnl.gov/files/programs/unix/latex2html/.
98.1
97.1
For users of Windows NT, there is a port of LATEX2HTML obtainable
from #1ftp://ftp.ese-metz.fr/pub/TeX/win32. Obtain the release from
this site and follow the instructions in the accompanying file
README.win32.
Thanks to
Fabrice Popineau for this work.
In future it is planned to merge this code with the main distribution.
97.1
97.1
Finally there is the LATEX2HTML developers' CVS repository, at #1http://cdc-server.cdc.informatik.tu-darmstadt.de/~latex2html/user/.
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 #1http://cdc-server.cdc.informatik.tu-darmstadt.de/~latex2html/l2h-latest.tar.gz.
Warning: Use the files from this site at your own risk.
97.1
Having obtained a compressed tar tar version, save it into a file
latex2html-98.1.tar.gz latex2html-98.1.tar.gz say,
then extract its contents with
% gzip -d latex2html-98.1.tar.gz
% tar xvf latex2html-98.1.tar
You should then have the following:
- README README file;
98.1
- Changes Changes index with latest changes;
- Changes.detailed Changes.detailed (no longer supplied);
98.1
- latex2html latex2html Perl script;
- texexpand texexpand Perl script24;
- latex2html.config latex2html.config configuration file;
- install-test install-test Perl script, for installation and testing;
- dot.latex2html-init dot.latex2html-init sample initialisation file;
97.1
- texinputs/ texinputs/ subdirectory, containing various
LATEX style-files;
- versions/ versions/ subdirectory, containing code for specific
HTML versions;
- makemap makemap Perl script;
- example/ example/ subdirectory, containing the segmentation example,
described in detail in
a later section;
- .dvipsrc .dvipsrc file;
- pstogif pstogif Perl script (no longer supplied);
97.1
97.1
- pstoimg pstoimg Perl script for image conversion (replaces pstogif pstogif);
- configure-pstoimg configure-pstoimg Perl script for installation;
- local.pm local.pm Perl input file;
- icons.gif/ icons.gif/ subdirectory, containing icons in GIF format;
- icons.png/ icons.png/ subdirectory, containing icons in PNG format;
- makeseg makeseg Perl script and examples to handle segmented
documents via a generated Makefile, see
makeseg.tex;
97.1
98.1
- docs/foilhtml/ docs/foilhtml/ contains LATEX package and Perl implementation by
Boris Veytsman,
to support
FoilTeX to HTML HTML translation;
- IndicTeX-HTML/ IndicTeX-HTML/ package that contains Perl and
LATEX code for translating IndicTEX documents (see README file);
98.1
- docs/ docs/ subdirectory, containing the files needed to create
a version of this manual;
- styles/ styles/ subdirectory, containing Perl code for handling
some style-files;
- tests/ tests/ contains some test documents for LATEX2HTML.
Footnotes
- ... script24
- Initially written
by
Robert S. Thau, completely rewritten by
Marek Rouchal and
Jens Lippmann.
Next: Requirements
Up: Installation and Further Support
Previous: Installation and Further Support
Manoj Srivastava
1998-10-13