General ⇒ How to code s.t. pdf opens at page 10, say
How to code s.t. pdf opens at page 10, say
What necessary code is required for a tex file so that after running the tex, one can obtain the pdf where the specific page (say page 10) will come in the first.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10347
- Joined: Mon Mar 10, 2008 9:44 pm
How to code s.t. pdf opens at page 10, say
Use hyperref option
or as option when loading hyperref.
Stefan
pdfstartpage
, i.e.Code: Select all
\hypersetup{pdfstartpage=10}
Stefan
LaTeX.org admin
Re: How to code s.t. pdf opens at page 10, say
Thank you very much. It works fine.