Paul Fenner wrote:
> Can somebody please point me in the right direction to create handouts from
> my beamer presentation. I have tried to follow the Beamer Class Tutorial
> but I am getting hopelessly lost. I am using Windows XP / LyX 1.4.
To generate simple Handouts (i.e. the slides printed on a sheet),
1. enter "handout" to Document->Settings->Class Options
2. enter to the preamble:
\usepackage{pgfpages}
\pgfpagesuselayout{2 on 1}[a4paper,border shrink=5mm]
Then View->PDFlatex
(there's a typo at least in my German version of the beamer user guide).
Jürgen