General ⇒ Acrobat reader opens at 50% zoom and always in first page
Acrobat reader opens at 50% zoom and always in first page
I am using Texniccenter 2.02 and Miktex 2.9. I am using output profile Latex -> pdf, with this DDE command to view project's output in Acrobat Reader:
[DocOpen("%bm.pdf")][FileOpen("%bm.pdf")]
The pdf file produced is opened correctly in Acrobat Reader, but here are two little annoying things:
1) the document is opened always in the first page, not in the last one;
2) the zoom level is set at 50%, instead when I use profile Latex -> Dvi -> Pdf, the zoom level is at 100%.
Is there a way to remove these issues?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Acrobat reader opens at 50% zoom and always in first page
Is it easy to configure it as viewer in Latex->Pdf profile?MartinC wrote:It's much better to use sumatrapdf for Tex:
http://blog.kowalczyk.info/software/sum ... eader.html
EDIT: I found this guide looking back in old threads:
https://code.google.com/p/sumatrapdf/wiki/DDEcommands
This allows to open the document in SumatraPDF at the last page, as desired, but the zoom is still set to a very low level.
EDIT 2: by keeping the pdf document opened, the zoom stays at the level I manually set, so this seems to be a good workaround.