Skip to main content

Questions tagged [indexing]

{indexing} is about creating an index or similar lists for your document, usually by means of executing makeindex.

Filter by
Sorted by
Tagged with
3 votes
1 answer
83 views

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 ...
Knudsen's user avatar
  • 1,465
1 vote
0 answers
34 views

Consider the code: \RequirePackage{filecontents} \begin{filecontents*}{\jobname.mst} %delim_0 "\\IndexDotfill " %delim_1 "\\IndexDotfill " headings_flag 1 heading_prefix " \\...
DDS's user avatar
  • 11.1k
0 votes
2 answers
75 views

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 ...
user2567875's user avatar
2 votes
0 answers
20 views

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 ...
Geometer2019's user avatar
2 votes
1 answer
140 views

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 ...
Frode Alfson Bjørdal's user avatar
3 votes
1 answer
237 views

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 ...
Frode Alfson Bjørdal's user avatar
1 vote
1 answer
121 views

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 ...
ReRunner's user avatar
  • 523
2 votes
1 answer
70 views

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. ...
Christophe's user avatar
1 vote
0 answers
45 views

After successful tests getting protruding (outdented) escape characters to work, see Index entries with outdented escape characters (thank you, contributors). The technique I chose was to define a ...
Peter Flynn's user avatar
  • 3,106
2 votes
3 answers
130 views

In the LaTeX Companion (2nd ed.), index entries for control sequences have the backslash outdented so that the first letter is aligned with other entries. I would like to implement this, not just for ...
Peter Flynn's user avatar
  • 3,106
4 votes
1 answer
108 views

Makeindex is able to automatically compress page numbers in indices. I'm wondering if there is an automatic way to compress footnote numbers in the case when an indexed term appears in two footnotes ...
David Purton's user avatar
  • 28.7k
1 vote
1 answer
83 views

I'm currently using the makeidx package in conjunction with the \hyperref package to create my index. It's working perfectly fine so far, but only the page number next to the index term is clickable. ...
Metaxal's user avatar
  • 13
1 vote
2 answers
109 views

I am currently trying to create multiple indices for a very long document and would like to know if there is a way to make \printindex[indexname] print the index titles as section* instead of chapters....
seown's user avatar
  • 13
2 votes
0 answers
50 views

It's been a lot of years that i'm working on my master's thesis and I would like to know if it's possible to make an index with multiple files. I know that there are a lot of forums pages about it, ...
Guillaume's user avatar
2 votes
0 answers
45 views

I have the following code to display an index: \documentclass[12pt,oneside]{scrbook} \usepackage{makeidx} \makeindex \usepackage[english,provide=*,bidi=basic,layout=counters.tabular]{babel} % <...
ellat's user avatar
  • 351
0 votes
1 answer
67 views

Hey is there any way to make a table-like index page? something like \begin{tabular}{llr} indexline & description & indexpages \end{tabular} the rows doesnt need to be automatically ...
Felipe9's user avatar
  • 622
3 votes
1 answer
80 views

As you can see from the image below, I cannot make the distances between the titles and the elements listed in it equal. Lists of figures, tables, and theorems have the same spacing, listings do not. ...
gionkez's user avatar
  • 31
1 vote
1 answer
81 views

I have found a template for indexing individual Bible verses. Unfortunately, it does not properly index verses that occur one after another. In these cases, the list of verses are considered to be a ...
ceramicquasar88's user avatar
0 votes
2 answers
65 views

How does one put all index items on one line, separated by ; , instead of one per line? A related question. In the MWE below, I would like to see: Index a, 1; b, 1; c ,1; d, 1 I (unsurprisingly) get: ...
mixotrov's user avatar
  • 197
0 votes
0 answers
28 views

Memoir class has a \specialindex command, with syntax \specialindex{⟨file⟩}{⟨counter⟩}{⟨stuff ⟩}, allowing indexing with respect to something other than page numbers (see 17.2.2. of Memoir's manual). ...
Iacobus1983's user avatar
0 votes
1 answer
72 views

I need one of my words in quotation marks since there is no official term for the geometric shape. I tried \index{a@``a"} since I read in my manual to put how I want something nonstandard sorted ...
Nate's user avatar
  • 357
3 votes
1 answer
74 views

I'm currently compiling an index for my thesis in which I list languages that don't have a Latin alphabet. This is the case for Mycenaean Greek, where I have to declare each character with the command ...
youyou's user avatar
  • 133
6 votes
1 answer
159 views

Context: I'm producing a new version of a book that I’ve generated before, but this time it’s been decided (not by me!) to switch to two volumes. The first volume will remain static for subsequent ...
John's user avatar
  • 683
2 votes
1 answer
97 views

I have successfully used the recipe described in tex4ht: indexentries/structure of the .ind-file to get nicely formatted links with the format e.g. 12.3.1 in the index of my eBook with the TeX ...
Bernhard Scheffold's user avatar
0 votes
0 answers
72 views

I'm trying to write a simple index page that has a hyperlink for each term. Here's my attempt (with some help from Chatgpt): \usepackage[T1]{fontenc} \usepackage[hidelinks]{hyperref} \usepackage[...
Hassium's user avatar
  • 77

1
2 3 4 5
30