I'm using imakeidx with makeindex and an .ist file. How can I forbid makeindex from creating page ranges (e.g. 3--5)?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
The page range formation is disabled via a command line option, rather than an instruction in the
if no other setting for the (main) index is needed. In your case, denoting with
Note This is
|
|||
|
|

-roption:\makeindex[...,options=-r -s myindex.ist]– egreg Sep 20 '12 at 10:15