MakeIndex, Nomenclature, Glossaries and AcronymsLayout of the index

Information and discussion about MakeIndex - the tool to generate subject indices for LaTeX documents.
Post Reply
julien.vandamme
Posts: 2
Joined: Sun Apr 04, 2010 3:44 pm

Layout of the index

Post by julien.vandamme »

hy everybody

first of all, let me excuse myself for the coming errors in english.

i'm making a book and already added the makeidx package and the \makeindex command to my preamble. All the things i wanted to be in the index are already labelled too with the \index{} command.

now at the end, just before the \end{document} command, i added, \printindex

now i searched for info on the net, but i don't find what i need.

i liked too have an index like this one

aaaaagddsdf.........67
aaabbbbcccc.........45
aarefrerf...........55

baaagdgegefg........60
bbbbbbcccccdd.......64

cdggrgrgrg..........54

so, for every new letter i want a new 'paragraph'
and i liked to have dots between the label and the page.

ik hope somebody can help me, because, i really don't find the solution on the net

sincerely yours
Julien Vandamme

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Layout of the index

Post by localghost »

Perhaps the fairly new idxlayout package can help. Otherwise you will have to write your own index style file (*.ist). See the MakeIndex manual.


Best regards and welcome to the board
Thorsten
julien.vandamme
Posts: 2
Joined: Sun Apr 04, 2010 3:44 pm

Re: Layout of the index

Post by julien.vandamme »

thank you

and what is that xindy related package?

writing my own fyle style doesn't look easy :s
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Layout of the index

Post by localghost »

Xindy represents a replace for MakeIndex and is more powerful and more flexible. But it is more complicated to customize. The forum search yields some useful stuff.
Post Reply