Questions tagged [indexing]
{indexing} is about creating an index or similar lists for your document, usually by means of executing makeindex.
1,486 questions
3 votes
1 answer
92 views
Same Index twice in a document
I am trying to print the same index twice in a document, and in the following MWE the two indexes print fine, but I am observing that the first occurrence of \printindex stops all indexation in any ...
0 votes
1 answer
33 views
Missing item with labeled theorem when stop color leak from \showindexmarks
As noted in Color specification in \indexmarkstyle for \showindexmarks leaks into body text, using \indexmarkstyle{\normalfont\small\sffamily\color{red}} \showindexmarks with \showindex causes the ...
1 vote
0 answers
34 views
How to Outline Index Heading Letters? [duplicate]
Consider the code: \RequirePackage{filecontents} \begin{filecontents*}{\jobname.mst} %delim_0 "\\IndexDotfill " %delim_1 "\\IndexDotfill " headings_flag 1 heading_prefix " \\...
0 votes
0 answers
27 views
Formatting indexes over column and page breaks [duplicate]
In a long document, with a 15-page index, we came across the issue that the formatting in the index, most specifically the placement of page and column breaks, was far from ideal, and that the tools ...
0 votes
2 answers
75 views
custom halfdynamic list
I have problems creating a list first, but adding entries on the fly later. I need the List (actualy more a numbered table/matrix/) in the first pages of my rather long document, and want to add the ...
0 votes
1 answer
73 views
How do I create an index where the key is sorted numerically if it is preceded by a letter?
I have a list of items and difficulty ratings: Name1, V1 Name2, V10 Name3, V2 etc I’m adding these to an index as: \index[boulderproblemsbygrade]{V1!Name1}% And then printing the index with: \...
2 votes
0 answers
20 views
Using nomencl package with TeXShop? [duplicate]
I use TeXShop and I am having trouble compiling code that uses the nomencl package. Once the code reaches the \printnomenclature command, then it will only process a certain amount of text before the ...
7 votes
2 answers
352 views
How may Unicode symbols be indexed?
Confer May imakeidx line up the indexed pages better, and avoid the comma separator?, which constitutes one basis for this question. I have problems with indexing unicode symbols. To understand the ...
2 votes
1 answer
140 views
May imakeidx line up the indexed pages better, and avoid the comma separator
Is there a way to change the MWE below so as to avoid the commas as separators in the imakeidx-index between the symbols and the indicated pages; and next indent plus align the indicated pages so that ...
1 vote
0 answers
64 views
May imakeidx sort better after first occurrence
Below is an MWE which illustrate what I take to be some shortcomings in the index page produced. How may one make the Index of special symbols sort so that it is truthfully after first occurrence, and ...
3 votes
1 answer
241 views
What's a simple way to index symbols?
How may one in a most straightforward manner obtain an index of symbols, as in this photo from Kenneth Kunen's Set Theory - An Introduction to Independence Proofs? Here is a MWE which may give a ...
2 votes
1 answer
113 views
How run latex-indexer
The package latex-indexer (https://ctan.org/pkg/latex-indexer) is alleged to be a tool to automate generating indexes for LaTeX documents. But the usage described in its documentation does not seem to ...
1 vote
1 answer
121 views
Display index in document body
Is the following structure possible? I have keywords marked like this: \trackword{dog}. I'd like to display the page numbers where this keyword appears in the document body (not as an index) using the ...
0 votes
2 answers
60 views
Default index file
Is it possible to define a default index file? I'm using Overleaf. I mean, I would like to write: \documentclass{memoir} \makeindex[words] <------ "default index file" \makeindex[...
2 votes
1 answer
70 views
Index marks in margin are too long
With the command \showindexmarks the memoir class permits to show index marks in the margin of the document. With long index names, overlap of the mark with the document text occurs. Here is a MWE. ...