Atom-LaTeX
Atom-LaTeX copied to clipboard
Single page PDF view?
When writing a Beamer presentation, the continuous PDF view is a bit inconvenient. How hard would it be to implement the single page view? Isn't that already part of PDF.js?
Thanks!
For what it's worth, selecting "Page Fit" in the zoom level dropdown and using arrow keys to go forward and backward already does the job!
FWIW, I looked into this a bit, and while PDFSinglePageViewer
does exist it would require a significant rewrite to pass state b/w the default viewer for this to be seamless. I would rather wait until the guys at pdfjs implement it.
In the meantime, you can now toggle Presentation View
in the viewer with crtl
+ alt
+ p
, or via the little menu on the side to enable somewhat of a compromise:
However, this would work in only with the tab viewer, but its not really usable in window mode, as it uses the full screen.