General ⇒ PDF page numbers don't match TeX-generated ones
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
PDF page numbers don't match TeX-generated ones
It's possible to change the starting page number in Acrobat (I've never done this, but I've seen files that must have done it...); is it possible to specify the PDF start page using LaTeX's machinery? If not, is there a solution using some GNU utility that effectively does the same thing?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
PDF page numbers don't match TeX-generated ones
just look into the hyperref manual. 3.6 PDF display and information options should give useful information (pdfstartpage, pdfpagelabels).
Stefan
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: PDF page numbers don't match TeX-generated ones
First, is it possible to use something akin to the pdfpagelabels option of the hyperref package WITHOUT creating internal links? More specifically, is it possible to use this without using the hyperref package at all?
Second, is there any machinery to set PDF options such as start page AFTER the document has already been processed? There are some files that start on odd page numbers that I don't have the source for, and I'm curious if the soft page numbers can be changed (assuming the PDF is alterable, at least).
Thank you!
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
PDF page numbers don't match TeX-generated ones
Code: Select all
\usepackage[pdfpagelabels,draft,implicit=false]{hyperref}