General ⇒ Index: separate each page of multipage entry with a comma
Index: separate each page of multipage entry with a comma
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.
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
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Index: separate each page of multipage entry with a comma
run makeindex with the -r option, that is,
makeindex -r filename
Stefan
Re: Index: separate each page of multipage entry with a comm
Tapani