Viewers for PDF, PS, and DVI ⇒ Opening compiled document at specific point
Opening compiled document at specific point
I wasn't sure whether to put this in here or in the text editor section but anyway:
Like many I use the 'compile and view' feature of my text editor (TeXnicCenter) to compile and view my document in acrobat professional (straight to pdf). If I'm working on typesetting something difficult I often find myself using this feature very often. The annoying thing is when the little bit of tex code you're working on happens to be on page 20 and you either have to pummel the mouse wheel, or type the page number into the view options bar at the top of acrobat.
Is it at all possible for TeXnicCenter (or any editor) to work out where your cursor is in the document code and somehow pass this information to acrobat (or any other pdf viewer) to open at the pdf at the corresponding section? Even the correct page would be good.
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Opening compiled document at specific point
Nevertheless there are some other viewers like Foxit Reader or PDF XChange Viewer. From those I'm not sure if they master SyncTeX for forward and inverse search. But with TeXworks there is an interesting alternative which incorporates an editor with a PDF Viewer. But it is meant only for compilation to direct PDF output (with PDFLaTeX, XeLaTeX, …).
[1] Free PDF Reader — Sumatra PDF
[2] TeXnicCenter — Tutorials
[3] william.famille-blum.org news — Configuring editors with SumatraPDF
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Opening compiled document at specific point
Thanks Thorsten!!