Tagged Questions
3
votes
1answer
53 views
No page number on the first page of an Index (not ToC)
The publishing house I am going to publish a book with demands no page number on the first page of each chapter. I used \thispagestyle{empty} in most cases and had to use ...
2
votes
1answer
119 views
Hindi numbers are displayed instead of Arabic numbers using polyglossia and breaking index
I have tried to display Arabic numbers instead of Hindi numbers in my document. Below is my MWE.
\documentclass[a4paper,12pt]{article}
\usepackage{fontspec}
\usepackage{fancyhdr}
...
2
votes
1answer
197 views
Probem with Bookmarks and Linking and page numbering
I have several problems with my latex book:
I want the appendix bookmark as an extra bookmark on part level, now it is under my second part. In the table of content its is right, but not on the pdf ...
7
votes
1answer
357 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
2answers
261 views
How to get correct page number of index in ToC [duplicate]
Possible Duplicate:
Problem with the numeration appearing in the table of contents
Index is incorrectly listed in the table of contents
I am using
\usepackage{madeidx}
\makeindex
I ...
16
votes
1answer
723 views
Remove page number from index entries
My indexed terms are hyperlinks (to external files -- see question listed below), so the page numbers are really not useful information. Hece I would like to be able to remove the page number (and the ...
6
votes
1answer
290 views
MakeIndex and \alph
Whilst reading the manual for MakeIndex I stumbled upon:
MakeIndex assumes that all page numbers are either arabic or lower-case
roman numerals; it assumes that pages numbered with roman ...
6
votes
3answers
327 views
Index is incorrectly listed in the table of contents
I have a large document with an index compiled through makeindex, and is included in my source .tex as follows:
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{Index}
\printindex
...
2
votes
1answer
330 views
How do I combine formatted page numbers in an index
If I format page numbers in an index, they show up in addition to non-formatted numbers. This minimal example:
\documentclass{article}
\usepackage{makeidx} \makeindex \begin{document} page 1
...