3
votes
1answer
32 views

How to get the bookmark and the index (tableofcontents) with links to each section

I want to make a book without chapters are listed. Have an index (also don't want that chapters are listed in the index) and have the bookmark in the file.pdf. The problem is that I appear twice ...
3
votes
1answer
89 views

An index of nested subitems, indented, and hyperlinked

Background Looking to indent an arbitrary n-level hierarchy within an index and have hyperlinks for the final item, using the memoir class and pdfTeX 3.1415926-2.4-1.40.13 (TeX Live 2012). For ...
4
votes
1answer
94 views

disable index creation in dtx file

The following code is a minimal dtx code with ending .tex (only for the example). I try to understand when an index created and when not, how this is influenced by the loading of hyperref and fail to ...
4
votes
0answers
113 views

Why does \let\oldindex not work in this code?

This is a follow-up question to: How to make indexed words clickable in the text? I'm having two problems with the code given by @Stephen. If I use the following code to redefine the \index ...
2
votes
1answer
137 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} ...
13
votes
1answer
209 views

How can I convince hyperref and xindy to play together nicely?

I'm using xindy to generate indexes for a manual that gets translated into multiple languages. Unfortunately, hyperref and xindy don't like to play nicely together. I found some older mailing list ...
5
votes
1answer
110 views

Can I make the index link to the correct part of the page?

I have managed to create an index where the page number links to the correct page. But I would like it to link to the correct part of the page, not to the top of the page. Is this possible? Here is ...
0
votes
0answers
86 views

Incorrect HyperLinks In Index [closed]

My Main File: (master.tex) % <<<<<<<<<<<<<<<<<< DOCUMENT CONTROL SETTINGS STARTS ...
4
votes
1answer
87 views

How do I preserve hyperreferences in the index when converting text from LaTex to HTML

I have written a book with three indexes in LaTex. I can produce a perfect hyperreferenced pdf file using the dvipdf filename command, but I cannot convert Latex into HTML using htlatex or TEX4ht ...
14
votes
1answer
354 views

How to create my own ref label system?

I want to add a hyperlink to sections where a file is discussed. Additionally the usage should be added to the index. In principle this is very close to the label ref system. A simple approach would ...
5
votes
3answers
191 views

list of occurences of references

I need a list like the list of figures for \ref entries in the text to instances of a custom Theorem environment. Here's a MWE with a handbuilt example. The solution should add features to this code I ...
3
votes
1answer
440 views

Correctly add custom table of content item [duplicate]

Possible Duplicate: Index is incorrectly listed in the table of contents I want to add a custom section to my table of contents. I know I can use addcontentsline{toc}{section}{title}. ...
7
votes
1answer
356 views

Index not linked properly in the navigation

I'm having troubles making Index visible in the navigation that is shown with the pdf preview of the document. Namely, the following is the end of my main .tex file: % Bibliography % ...
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 ...
8
votes
2answers
120 views

Formatting index page references as “1 sq.” without “sq.” being part of a hyperlink

By default, MakeIndex will format page references which are composed of two or three consecutive pages as (e.g.) "1, 2"/"1-3". With a suitable index style file, the formatting can be changed to "1 ...
3
votes
1answer
160 views

Anchor index for clickable index words?

makeidx package will list the words and references to the pages they appeared. Is it possible to mix the page numbers with \hyperref package to make the page numbers clickable with ...
11
votes
1answer
250 views

Xindy: Encapsulations for Index

Well, I struggled to improve my index generated by Xindy. I tried to add several entries with bold page numbers by using \index{...|textbf} as classified in latex-loc-fmts.xdy, without any success. ...
2
votes
1answer
192 views

Index hyperlinks to open a PDF file

The usual practice is that the index entries link to a page in the text where the word occurs. I am trying to index a list of files and am indexing each word in the file name. In the MWE below, ...
3
votes
1answer
525 views

“Manual” customizable reference text

For a document I am writing, I am considering a table indexed by references to positions in the text with a description of each item. I know already that I can create a phantom section, and make a ...
8
votes
1answer
430 views

Italic index entries have no link in PDF

I have a problem when adding index entries. When I use just the vanilla \index{...}, the generated PDF contains links on the page numbers in the index. But when using \index{...|textit} to mark index ...
5
votes
2answers
2k views

Placing a PDF bookmark to the index page?

Using \usepackage{hyperref}and the \pdfbookmark[0]{...}{...} command you can place a PDF bookmark just before the index page generated with \printindex (Sometimes it will point to the empty page ...
21
votes
1answer
4k views

How to make clickable links and cross-references in pdfs produced by LaTeX?

How can I make things link url references, my index, table of contents, and cross references clickable links in documents produced by LaTeX? I generally use pdflatex to produce my documents.