The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
20 views

Makeindex (imakeidx) distinguishes entries in main text and footnote [duplicate]

I am compiling a text index of a large volume, with the help of imakeidx because I have two separate indexes. For some reason, entries in footnotes result in separate listing from entries in the main ...
6
votes
0answers
67 views

Indexing through texindy in imakeidx with custom .xdy style fails to produce desired order in index

I am trying to produce an index using texindy through the imakeidx make that follows the Sanskrit alphabetical order. I am working in XeLaTeX. I created a custom .xdy style file to be called as an ...
6
votes
2answers
110 views

Generate only the index, no main body text

I would like to discard the entire document and have only the index remaining. Note: This is a follow up to an earlier question of mine Remove page number from index entries. This document is an ...
2
votes
1answer
135 views

How to make indexed words clickable in the text?

I want to make the indexed words into hyperlinks to the entries in the "Index" (something similar to the glossaries package). I'm using xindy on TL2012 and here is my code: \documentclass{article} ...
5
votes
0answers
137 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] ...
9
votes
1answer
74 views

Forbid page ranges in index

I'm using imakeidx with makeindex and an .ist file. How can I forbid makeindex from creating page ranges (e.g. 3--5)?
10
votes
2answers
210 views

latexmk / imakeidx interoperational efficiency

imakeidx and latexmk are two of my favorite utilities of all TeX-time, especially in the face of book-size compilations (super thanks @egreg and @John Collins!). Apart from ease of producing multiple ...
5
votes
1answer
99 views

Makeindex error when ! used in \index in align environment

See MWE below. The symbol ! in the \index causes an error. This is only the case in align environments (not in equation). So it seems to have to do something with amsmath. If ! is put in an \mbox ...
7
votes
1answer
100 views

Problem with \index in align enviroment

Please compile the following MWE. As you will then see, the typesetting of $\mu^{\otimes\downarrow n}$ in the index is strange! \documentclass{article} \usepackage{amsmath} \usepackage{imakeidx} ...
0
votes
0answers
241 views

imakeidx and XeTeX [closed]

I've got a problem because I need to work with XeLaTeX to typeset in Brill fonts and would very much like to use imakeidx to have my two indexes/indices. What should I do? This is my code: % XeLaTeX ...
3
votes
1answer
128 views

personalization of the analytic index

how can i have an analytic index like this? I would also remove the number of the page in the first page of the analytic index (indicated from arrow). if you notice, is wrong to even the reference ...
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 ...
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
118 views

Creating hyperlinks with imakeidx using cleveref

I'm using imakeidx to create the index of my thesis and I would like to have hyperlinks to the pages that are hereby cited. Unlike this discussion, I'm using the cleveref package. Here is the MWE ...
5
votes
1answer
370 views

Properly sort index containing utf8 characters?

If my input file is utf8 encoded, how to I create an index where the entries are properly sorted? Minimal example \documentclass{article} \usepackage[utf8]{inputenc} \usepackage{makeidx} \makeindex ...
2
votes
1answer
341 views

Hyperref and imakeidx do not work together

I use imakeidx package to generate index in my document. I'd like to add hyperlinks into my Index, but it seems to me that hyperref and imakeidx do not work together. For example, this code doesn't ...
8
votes
2answers
537 views

Make index entries refer to something other than the page numbers

For a given book which is a daily devotional, I have no page numbers at all, but each section corresponds to a day in the year, with one day per page. I generate an index of Bible references in the ...
2
votes
1answer
256 views

Changing the style of index levels

I would like to change the style of the levels in an index. For example, let's say I have an index like: Foo bar, 1 barbar, 2 Bar foo, 5 and I would like the first level to be ...