multiple indexes

A

Allan

I need to create two indexes in my document, one in chapter 11 and one in
the final chapter, 14. The index entries in chapter 11 should not be
incorporated in chapter 14, so the index in chapter 14 shall take all
indexentries up to and including chapter 10 and again from chapter 12 up to
and including chapter 14 and the index in chapter 11 shall only take
indexentries from chapter 11. How do I make this possible, I tried creating
bookmarks but it doesn't seem to do it for me.
Any suggestions

kind regards

Allan
 
G

garfield-n-odie

To differentiate the chapter 11 index entries from those in the rest of
the document, add a \f switch to the XE and INDEX fields in chapter 11.
The \f switch is used as follows:

\f "Identifier"
Creates an index using only the specified entry type. The index
generated by { INDEX \f "a" } includes only entries marked with XE
fields such as { XE "Selecting Text" \f "a" }.

You could use "ch11" instead of "a" to make the identifier more
meaningful.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top