dannyedel / dspdfviewer

Dual-Screen PDF Viewer for latex-beamer
http://dspdfviewer.danny-edel.de
GNU General Public License v2.0
219 stars 29 forks source link

Show presentation and notes at the same time #58

Closed projekter closed 9 years ago

projekter commented 9 years ago

It can be very useful to see the same slide as the audience does on the own screen while the notes are also visible right to it (so the internal view shows the presentation as any normal reader would do). People with a small screen might not like this, but for those with a larger one with high resolution, it can be very useful. I think 'd' for duplicate might be a good key to switch between the views.

dannyedel commented 9 years ago

You can already toggle between notes and presentation with T, I hope that helps in the meantime. Also beamer provides some™ way to integrate your main presentation view into the note side, but I can't provide a direct link right now.

I'll see that I integrate this when I refactor the rendering backend #60, generally trying to make more command-line parameters switchable during execution and improving performance of the rendering.

projekter commented 9 years ago

Fixed in https://github.com/dannyedel/dspdfviewer/pull/76.

dannyedel commented 9 years ago

fixed in 83eb2d899cc634323ac9b9b08cd75e9abf54ce1e by @projekter.