Search found 2 matches

by arindamp
Thu Nov 22, 2012 4:21 am
Forum: Page Layout
Topic: Open the last Page in PDF Reader after Compilation
Replies: 2
Views: 1713

Re: Open the last Page in PDF Reader after Compilation

The answers in http://tex.stackexchange.com/ didn't work, so I had to post it here.
by arindamp
Wed Nov 21, 2012 3:43 am
Forum: Page Layout
Topic: Open the last Page in PDF Reader after Compilation
Replies: 2
Views: 1713

Open the last Page in PDF Reader after Compilation

I edit big documents, so it is useful for me to open the last page after compilation. Normally, the first page is opened, but by using hyperref , I can configure it to open any page at start.
\usepackage[pdftex,pdfstartpage=1]{hyperref}
But there is no variable "lastpage". Can this be done in some ...