Navigation
Records in this category
- How to convert LaTeX files into HTML files?
- How to change the bibliography/reference names?
- How to make a list of abbreviations or a glossary in the appendices?
- How to include source code (programs) in LaTeX?
- How to create multiple indexes?
- I prefer to have my own bibliography appearance, e.g., customize my bibliography for a particular publication, how to do that?
- I need to generate both DVI and PDF, what should I write in the source code?
- How to use hyperref and pdflatex?
- Error: Package hyperref Warning:Token not allowed in a PDFDocEncoded string?
- Error message: ! pdfTeX warning (ext4): destination with the same identifier (name{page.1}) has been already used, duplicate ignored ...
- How can I draw a tree quickly and easily?
- I have to deal with TeX macros... Any online Tex macro programming tutorial?
- Can I install LaTeX/TeX systems on a shared host like BlueHost?
- Why latexrender based on LaTeX does not work in my WordPress/blog?
- Can I install latex2html on a shared host?
- Why LaTeX cannot find my own style/class file, e.g., llncs.cls?
- How to use latex2html to convert my paper to webpages?
- How to enable math on MediaWiki?
- How to resolve this problem: Failed to parse (PNG conversion failed; check for correct installation of latex, dvips, gs, and convert) in MediaWiki when I try to enable math?
Tags
Sticky FAQs
Education » Computer Science » LaTeX
Can I install latex2html on a shared host?
I installed latex2html on a HostMonster server. Again, wget the latest version of l2h, and follow the INSTALL instructions to configure the installation path. E.g., set the prefix by: ./configure --prefix=<yourdir>. Note that there is something else to be changed, but I did not. Check the config by typing ./configure, normmaly you will run into the problem of GS since GS is installed in the /usr directory.
1. --with-gs = /usr/bin/gs
2. GS_LIB is not configured. Manually modify the file cfgcache.pm, change the GS_LIB = q' ' to GS_LIB =q'usr/share/ghostscript/x.x/lib'.
This is all that I have done. Then make and make install. There you go.
A final note is again about the path of the lib: add the $HOME/installedl2h/bin to .bashrc or .bash_profile. Done.
[.bash_profile will be loaded only once when the user logs in. If the user uses interactive shell, .bashrc will be loaded. To refresh the file, i.e., reload the profile files, use this command: source ~/.bashrc]
Try it by typing latex2html test.tex
Tags: installation
Related entries:
- How to convert LaTeX files into HTML files?
- How to change the bibliography/reference names?
- How to include source code (programs) in LaTeX?
- I prefer to have my own bibliography appearance, e.g., customize my bibliography for a particular publication, how to do that?
- I need to generate both DVI and PDF, what should I write in the source code?
Last update: 2009-09-28 15:49
Author: Admin
Revision: 1.2
You can comment this FAQ