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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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.