davvil / pdfpc

A presenter console with multi-monitor support for PDF files.
http://davvil.github.com/pdfpc/
GNU General Public License v2.0
210 stars 20 forks source link

Initial support for latex beamer notes #54

Closed anvo closed 11 years ago

anvo commented 11 years ago

I once wrote a patch for the original Pdf-Presenter-Console to support latex beamer notes on the second screen: jakobwesthoff/Pdf-Presenter-Console#44.

I've adjusted that patch to work with the current version of pdfpc.

The solution is quite simple. Latex renders notes at the right or left side, below or above the actual content slide. The patch simply splits the pdf into two parts and renders the notes in the presenter and the content in the presentation window. The position of the notes on the pdf is defined by a new parameter 'beamer-notes' or 'N'.

anvo commented 11 years ago

Can be closed. Already included in davvil/pdfpc#34.