I need the Index title to be a "numbered section" so that my bookmarks work (because of my formatting, I need actual \section{} labels for everything, not \section*{} as is automatically used for the Index).
The glossaries package, for example, handles this well, with the use of the following [option]:
Code: Select all
\usepackage [section,numberedsection=autolabel,toc]{glossaries}
Which makes sure that the glossary header is a numbered section header, and is bookmarked correctly. Does anyone know if there is something similar for the {makeidx} usepackage?
Either that or I need to know how to surpress the index title so that I can give it a pretend one. Any ideas...?
Thanks.