MakeIndex, Nomenclature, Glossaries and Acronyms ⇒ how do I make a good looking index?
how do I make a good looking index?
I am using the scrbook class and scrindex package followed by \makeindex command. I am using rubber (excellent tool, btw) to compile the document. Index style can be specified by a rubber directive but nothing I try seems to change anything. Any help would be much appreciated.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
how do I make a good looking index?
- You get hyperlinks by loading the hyperref package.
- The index package provides some enhancements.
- MakeIndex style files (.ist) are written in a format that is quite trivial (see the makeindex manual for a description). The ltxdoc class that is used for many package manuals uses the style file gind.ist, which can serve as an example for the letter group headings.
- Xindy is a replacement for MakeIndex that is much more comprehensive (and thus harder to program).
Re: how do I make a good looking index?
Switching to gind style is a start, I now get letter headings. However there is no gap at all in between the index text and the page numbers, they don't group properley or line wrap and I don't get hyperlinks (despite using the hyperref package).
It would be nice to see a really good guide to making and customising indexes in latex sometime.