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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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