Hi all,
I recently upgraded to Adobe Reader 9, and my problem is similar to ferretguy's. The solution by tripwire45 isn't working for me either.
With older versions I had no problem as Adobe Reader stored the exact settings how that documnent was last open (page, zoom, etc.), so once I recompiled ...
Search found 4 matches
- Wed Jul 08, 2009 5:16 pm
- Forum: Viewers for PDF, PS, and DVI
- Topic: Acrobat Reader forgets everything
- Replies: 11
- Views: 14934
- Mon Jan 05, 2009 8:58 pm
- Forum: Page Layout
- Topic: pdftex: Adobe not displaying correct page number
- Replies: 6
- Views: 6724
pdftex: Adobe not displaying correct page number
I'm sorry, I've tried this (as you suggested):
\documentclass[10pt]{article}
\usepackage[pdftex]{graphicx}
\usepackage{hyperref}
\addtocounter{page}{350}
\begin{document}
x
\end{document}
the result is attached.
Maybe you misunderstood: the actual PDF page is fine, the pagenumber shown is 351 ...
\documentclass[10pt]{article}
\usepackage[pdftex]{graphicx}
\usepackage{hyperref}
\addtocounter{page}{350}
\begin{document}
x
\end{document}
the result is attached.
Maybe you misunderstood: the actual PDF page is fine, the pagenumber shown is 351 ...
- Thu Jan 01, 2009 4:50 pm
- Forum: Page Layout
- Topic: pdftex: Adobe not displaying correct page number
- Replies: 6
- Views: 6724
pdftex: Adobe not displaying correct page number
Sadly, the hyperref-Package doesn't seem to have an option setting for pagenumbers; at least after reading the manual I couldn't find one. Furthermore it ignores all the commands set by the graphicx-Package, like
\usepackage[pdftex]{graphicx}
\pdfpagewidth=210mm
\pdfpageheight=297mm
\pdfhorigin ...
\usepackage[pdftex]{graphicx}
\pdfpagewidth=210mm
\pdfpageheight=297mm
\pdfhorigin ...
- Sat Dec 27, 2008 11:33 am
- Forum: Page Layout
- Topic: pdftex: Adobe not displaying correct page number
- Replies: 6
- Views: 6724
pdftex: Adobe not displaying correct page number
hi,
hope this is the correct forum, there's no forum specifically on PDFTEX it seems...
I use TXC with Miktex & PDFTex, and cannot get Abode Reader to display correct page numbers.
In Latex itself I can use \addtocounter{page}{350} so the document starts with page 351; when using PDFTeX, the ...
hope this is the correct forum, there's no forum specifically on PDFTEX it seems...
I use TXC with Miktex & PDFTex, and cannot get Abode Reader to display correct page numbers.
In Latex itself I can use \addtocounter{page}{350} so the document starts with page 351; when using PDFTeX, the ...