> 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}
> 
I think you should add a \printindex before the \end{document}.
If this doesn't work, try \usepackage{makeidx}, i.e.,
\documentstyle[makeidx]{report} in this case.

Christoph

-- 
Christoph Wutzke            [EMAIL PROTECTED]

Reply via email to