I'd like to prepare a LaTeX file of a part of a larger volume, containing for example pages from 50 to 60. Is there a way to do it so that a pdf viewer does not display "1" but "50" on the first page and so on? I tried \setcounter{page}{49}
, but it didn't work.
[Tex/LaTex] How to change the page numbers displayed in a pdf viewer
page-numberingpdf
Related Question
- [Tex/LaTex] Set arbitrary page numbers in pdf file
- [Tex/LaTex] Offset in page numbers in pdf viewer due to roman numbering of frontmatter makes printing difficult
- [Tex/LaTex] Setting logical page number of first page to zero (displayed in viewer)
- [Tex/LaTex] How to preserve hyperlinks in a PDF that is a subset of the pages in a larger PDF
- [Tex/LaTex] Page numbering in pdf viewer for three different page numbering styles
Best Answer
This can be achieved by loading the
hyperref
package. It will store the logical page numbers as page labels in the PDF. This also allows for non-numeric labels like roman numbers for the frontmatter.