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!
WinEdt ⇒ Build Process finishes and PDF does not open at first Page
Build Process finishes and PDF does not open at first Page
Last edited by ougka on Wed Jun 15, 2011 7:50 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.
- 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
Hi,
you could use the pdfstartpage option of hyperref:
or
Stefan
you could use the pdfstartpage option of hyperref:
Code: Select all
\usepackage[pdfstartpage=1]{hyperref}
Code: Select all
\hypersetup{pdfstartpage=1}
LaTeX.org admin
Re: Build Process finishes and PDF does not open at first Pa
That worked excellently!
Thanks a lot!
Thanks a lot!