I have created a song book with XeLaTeX. At the end, I have several indices of songs, authors, composers, etc., created with makeindex and the multind package.
When the same author/composer/etc. has several concurrent entries, the index prints the entry thus: "Bloggs, Joe .... 22-24". I would like it to print "Bloggs, Joe .... 22, 23, 24".
How might I configure makeindex, or an .ist file, to produce this behaviour?
Many thanks.
General ⇒ Index: separate each page of multipage entry with a comma
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10320
- Joined: Mon Mar 10, 2008 9:44 pm
Index: separate each page of multipage entry with a comma
Hi simojoki,
run makeindex with the -r option, that is,
Stefan
run makeindex with the -r option, that is,
makeindex -r filename
Stefan
LaTeX.org admin
Re: Index: separate each page of multipage entry with a comm
Thank you! That did it very nicely.
Tapani
Tapani