GeneralHow to code s.t. pdf opens at page 10, say

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
pallav
Posts: 170
Joined: Wed Nov 12, 2008 5:53 pm

How to code s.t. pdf opens at page 10, say

Post by pallav »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Stefan Kottwitz »

Use hyperref option pdfstartpage, i.e.

Code: Select all

\hypersetup{pdfstartpage=10}
or as option when loading hyperref.

Stefan
LaTeX.org admin
pallav
Posts: 170
Joined: Wed Nov 12, 2008 5:53 pm

Re: How to code s.t. pdf opens at page 10, say

Post by pallav »

Thank you very much. It works fine.
Post Reply