WinEdtBuild Process finishes and PDF does not open at first Page

Information and discussion about WinEdt, a commercial integrated LaTeX environment for Windows
Post Reply
ougka
Posts: 43
Joined: Wed Jan 19, 2011 5:02 pm

Build Process finishes and PDF does not open at first Page

Post by ougka »

Hello all,

I am using WinEdt6 and when I finish building my project, the pdf (outcome) opens but on page 82 (i don't know if this is a random page or what). How can I force it to open at the first page?

thanks!
Last edited by ougka on Wed Jun 15, 2011 7:50 pm, edited 1 time in total.

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10321
Joined: Mon Mar 10, 2008 9:44 pm

Build Process finishes and PDF does not open at first Page

Post by Stefan Kottwitz »

Hi,

you could use the pdfstartpage option of hyperref:

Code: Select all

\usepackage[pdfstartpage=1]{hyperref}
or

Code: Select all

\hypersetup{pdfstartpage=1}
Stefan
LaTeX.org admin
ougka
Posts: 43
Joined: Wed Jan 19, 2011 5:02 pm

Re: Build Process finishes and PDF does not open at first Pa

Post by ougka »

That worked excellently!

Thanks a lot!
Post Reply