Necati

Not exactly what you need maybe, but this is what I do.

This is copied from my preamble

%next five lines needed to print two to a page handout comment out for presentation
\usepackage{pgfpages}
\pgfpagesuselayout{2 on 1}[a4paper,border shrink=2mm]
\setbeamercolor{background canvas}{bg=black!1}
\setbeamertemplate{footline}[page number]
\setbeameroption{show only notes}

It shows a thumbnail of the slide, plus any notes associated with the slide.

For it to work, every slide has to have a note attached, even if its empty, as its really printing the notes, with the thumbnail of the slide an addition to the note.

I haven't used it for a bit, and its cobbled together from beamer help from different places, but it might help.

Graham



Reply via email to