- Apr 12, 2011
- 259
- 0
- 0
Hello all, I can't seem to get my index to show and I'm hoping someone can assist me.
I have placed
in the preamble. In the project folder I can see the correct .idx file and when opened in notepad, the entries are correctly generated.
I have also temporarily used the package
so that I can confirm that the entries are there.
I generate the output then generate the output again because I was told that the first time creates the list and the second time displays it where I have chosen to display it.
I have chosen to display it at the end of the book and added the like
More specifically I added:
so that the index will show up in the table of contents. Sadly, I cannot get it to display. I am wondering if it is because I am outputting to a .pdf. Does it only work for .ps or .dvi?
I have placed
Code:
\makeindex
I have also temporarily used the package
Code:
showidx
I generate the output then generate the output again because I was told that the first time creates the list and the second time displays it where I have chosen to display it.
I have chosen to display it at the end of the book and added the like
Code:
\printindex
Code:
\cleardoublepage
\addcontentsline{toc}{chapter}{Index}
\printindex
