Page LayoutChapter Indexes

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
schremmer
Posts: 7
Joined: Mon Oct 25, 2010 8:16 pm

Chapter Indexes

Post by schremmer »

For each chapter of a book, I would like to have an index at the end of the chapter.

The various ChapterNtext.tex of the book are included in a source file, BookRoot.tex.
But, in order to work on individual chapters, I also have individual root files, ChapterNroot.tex .

So, by having \printindex in each ChapterNroot.tex, I have an index at the end of the chapter when I typeset it with ChapterNroot.tex.

What I would like, though, is to have these chapter indexes also when I typeset with BookRoot.tex

In other words, something similar to what I get with titletoc (a companion to the titlesec package), namely both chapter tocs and a book toc.

I could not find anything like titledoc for indexes.

Hopeful regards
--schremmer

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

west.logan
Posts: 87
Joined: Tue Sep 14, 2010 6:58 pm

Re: Chapter Indexes

Post by west.logan »

Have you tried looking at the multind package?

There are some examples here:
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multind
Post Reply