Wolfgang Engelmann wrote:
> If I run the tex file under latex,
> the index is not shown.

You have to run
latex <myfile>
makeindex <myfile>
latex <myfile>

Have a look at the MakeIndex documentation for details (and options).

> So I guess I have to do it in a somewhat similar way as with the
> bibliography entrance. But I am not sure were to place the content of the
> .ind in the .tex file.
> does it go in the {} of
>
> \printindex{}
> ?

You can just \input{myfile.ind} at the place where the index should appear, if 
there is a good reason to not use the above.

Jürgen

Reply via email to