Before running LaTeX2HTML, you should do a few things to set up your environment.
cd /usr1/helpdesk/bin/latex2html/latex2html-96.1
cp dot.latex2html-init
/
mv
/dot.latex2html-init
/.latex2html-init
If you like, you may customize your usage of LaTeX2HTML by changing the settings in this file. Doing so will override the default settings of the program.
setenv TEXINPUTS .:/usr/local/lib/texmf//:/usr/local/lib/base/
This will enable LaTeX to find the additional style files you will be using.
alias l2h "latex2html"
With this line in your .login file, you can avoid typing latex2html to run the program, and instead just type l2h.