The manual says:
LATEX2HTML automatically produces an Index consisting of the
arguments to all \index commands encountered, if there are any. A
hyperlink is created to that point in the text where the \index
command occurred.
What do I need to do to enable this? I'm using 98.1p1. The document
I'm working on uses a set of PERL scripts to process the .idx file in
order to generate the paper index, but I am hoping to bypass that and
let latex2html generate the index itself.
A short example of what's not working for me:
\documentstyle{report}
\makeindex
\begin{document}
This is a test of the index. Arguments\index{Arguments} can be
passed to the ICC command from three sources: a configuration
file\index{Configuration file} (CFG) which is not user modifiable,
a set of environment \index{Environment variables} variables (ENV),
etc, etc.
\end{document}
This produces an .idx file when latex is run, but no index in
latex2html.
Do I need to set up a /begin{theindex}.../end{theindex} environment
and generate the index items myself?
thanks,
Dan Young