14
votes
2answers
184 views

How can I have a word index for each chapter as well as a word index for the whole book?

In other words, just the way I get a table of contents at the beginning of each chapter with titletoc, I would like to have a word index at the end of each chapter. (In addition to the index for the ...
8
votes
2answers
134 views

Adding a chapter title for indices (multind) on the same page as the first index is printed

I am trying to add a chapter title 'Indices' before the first multind index is printed. However, printindex flushes the page so if I do it, I will get the title, rest of the page empty, and the first ...
5
votes
0answers
136 views

How to create multiple indices with imakeidx? [closed]

I want to create two indices with the package imakeidx, using the splitindex option: \documentclass{scrartcl} \usepackage[splitindex]{imakeidx} \makeindex \makeindex[name=foo,title=Test] ...
0
votes
1answer
95 views

Windows, Tex Live 2011 multind entries not added to the Index

This is my code: % !TEX TS-program = xeLaTeX % !TEX encoding = UTF-8 Unicode % !TEX spellcheck = en_GB \documentclass[11pt]{book} \usepackage{fontspec} \defaultfontfeatures{Ligatures=TeX} ...
4
votes
1answer
109 views

texindy/imakeidx book marks point to incorrect pages with multiple indices

I have two indexes: the Main Index and Name Index. The PDF books are visually correct: Note that the Name Index starts on Page 6, and the Z entry for the Name Index is on Page 7. However, up ...
18
votes
3answers
350 views

Using indexing packages with memoir

Friends, as you probably know, I have a quite complex document for cataloging songs. :) As my normal workflow, I use the book document class with some dozens of packages loaded. I've been playing ...
7
votes
1answer
105 views

imakeidx: Is it safe to direct \index to an undefined index?

I am (still!) writing a biblatex style for legal citations. I am about to tackle indexing, and I want to make sure I have a viable plan. It's a pretty critical part of the project. Here's the issue. ...
2
votes
1answer
229 views

Placement of multiple columns in multiple indices with multind and svmono.cls

I'm trying to implement multiple indices in my LaTeX file. I have to use the style file of Springer (svmono.cls; -> Link to zipped Springer Style) and did the indices with the package multind. ...
3
votes
2answers
389 views

Multiple indexes in LaTeX

I am familiar with the creation of multiple indexes using the multind package. One of the required steps is to run the makeindex executable for each generated .idx file. A typical solution would be do ...
6
votes
3answers
447 views

Is it possible to change .ist (index style) file parameters mid-document?

Apart from the general document layout, the layout and formatting of indexes depend on two things: The parameters of .ist (index style) files that are used by makeindex when transforming raw index ...
3
votes
1answer
172 views

multiple indexing [duplicate]

Possible Duplicate: How can I have 2 or more distinct indexes in LaTeX? I would like to have 3 index sections: one for the biological species, second for chemicals and the third for other ...
14
votes
2answers
687 views

What are the latest/best practices for index generation?

I would like to know what the current best practices are for index generation. What are the best packages/programs to use and which ones to avoid. What are the best ones to use for generating multiple ...
7
votes
2answers
552 views

How to create two separate indices: Subject index and Index of Authors

I am working on my thesis and I have to include in the text the Subject Index and Index of Authors. I'm using BibTeX (package natbib) and package makeidx for marking the terms for Subject index (I'm ...
4
votes
1answer
206 views

Fixing page number references when adding multiple indices to ToC

Friends, I'm stuck with a funny error: when I add multiple indices in my table of contents, all page number references mess up. It's probably something easy to solve, but I can't figure out what it ...
5
votes
2answers
282 views

Mini index for subsection

There is the following code: \subsection{some subsection} Some \mindex[mean=aaa]{sentence} with some \mindex[mean=bbb]{unknown} words. \listminiindexfromsubsection The expected output: Some ...
4
votes
2answers
361 views

Multiple indices with ledmac and the book class

The package for critical editions, Ledmac, provides an \edindex{} command to have references to the page and line number in the standard Makeindex index. The package documentation also specifies that, ...
2
votes
1answer
317 views

How to use the amsmidx package to include multiple indices

I am using the gsm-l class file to write a small text. I want to have two indices at the end, one for names, and one for subjects. So, as instructed in the AMS instructions, I include then line ...
20
votes
2answers
1k views

How can I have two or more distinct indexes?

I often want to have more than one index in a longer LaTeX document. For instance, I might want a general concept index, an index of named persons, and an index of symbolism. How can I have two or ...