Tagged Questions
0
votes
1answer
50 views
Wrong Reference in glossary - difference shown pagenumber and reference location
As in this
previous Link Problem
I reproduced the error.
First, this is my code:
\documentclass{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[
bookmarks,
bookmarksnumbered,
...
2
votes
1answer
121 views
Wrong page numbers in TOC and hyperref problems [duplicate]
Possible Duplicate:
How to get devanagari numerals in latex or xetex
This is a follow up to the discussion under XeLaTeX - Devanagari page numbers in \tableofcontents, as suggested by David ...
4
votes
3answers
123 views
redefine \ref so that it also shows page number?
i was idly wondering instead of having see Section \ref{labelname} produces
see Section 4.1.1
i could make it so that see Section \ref{labelname} produces
see Section 4.1.1 (p65)
is this ...
6
votes
1answer
348 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
% ...
6
votes
2answers
2k views
Beamer, page/frame numbers, buttons and Appendix slides
I am using beamer and I have a slide in an Appendix section. I hyper-reference it with a button. The Appendix does not appear as a section itself. The Appendix material is at the end of the code. I ...
2
votes
2answers
231 views
Test equality between number of the current page and the one of one reference indicated
In the following code, I have one problem with the test \ifthenelse{\equal{\pageref{#1}}{\thepage}}{...}{...}. Why doesn't this detect the equality hoped if the reference is in the same page where it ...
3
votes
2answers
306 views
Hyperref: possible page numbering conflict with \alph and \roman
I remember reading somewhere (can't seem to find the actual page now) that in order to avoid duplicate references with hyperref one should switch the page numbering to an "unused" one (say, \alph) for ...
14
votes
2answers
1k views
Insert foldable A3 pages in an A4 document with active references
I am at the end of a big LaTeX document (my thesis) and I would like to insert A3 tables and figures in the Annexes (Supporting informations) section. These A3 pages would be foldable and ideally I ...
1
vote
1answer
172 views
Page number of the table of contents in the indexing
In my document page numbers in the contents are correct but when I click the hyperlink of list of tables and list of figures it goes to the acknowledgement page. Indexing is not proper. What shall I ...
0
votes
1answer
646 views
hyperref vs includepdf
\documentclass[12pt,a4paper]{mwrep}
\usepackage{polski}
\usepackage[cp1250]{inputenc}
\usepackage{pdfpages}
\usepackage[hidelinks]{hyperref}
\renewcommand\baselinestretch{1.5}
\usepackage{etoolbox}
...
6
votes
2answers
1k views
Add a link to the TOC
I'd like to link the Table of Contents in the footer of each page.
I can achieve this thanks to this hint like so:
# In the hyperref section of the document preamble
\cfoot{\hyperlink{page.1}{TOC}}
...
1
vote
1answer
410 views
How do I make my pdf Page1 correspond to my Latex Page 1
In my pdf, I have my initial pages for the intro and TOC in roman numerals, and the pages for the main content in arabic numbers, and I'd like for page 1 of the PDF as shown in Acrobat to correspond ...
4
votes
3answers
2k views
Appendices in PDF Outline appear as childs of last section
I'm using the following general outline in book class:
\mainmatter
\include{introduction}
\part{...}
\include{chapter1}
...
\part{...}
...
...