I'm preparing a half-hour presentation and want to outline the talk
before
preparing the beamer-class slides. I see there is an document class
'article
(koma + beamer)' but I cannot find documentation about use of this class
in
the built-in manuals or on the Web.
While I assume that this class facilitates preparation of notes and
slides
this may not be correct. Where do I find details of what this class
provides
and how to effectively use it?
TIA,
Rich
Add this to your preamble, remove the % from the one you want, I prefer
Dresden.
% Select only one
%\usetheme{AnnArbor}
%\usetheme{Antibes}
%\usetheme{Bergen}
%\usetheme{Berkeley}
%\usetheme{Berlin}
%\usetheme{Boadilla}
%\usetheme{boxes}
%\usetheme{CambridgeUS}
%\usetheme{Copenhagen}
%\usetheme{Darmstadt}
%\usetheme{default}
\usetheme{Dresden}
%\usetheme{EastLansing}
%\usetheme{Frankfurt}
%\usetheme{Goettingen}
%\usetheme{Hannover}
%\usetheme{Ilmenau}
%\usetheme{JuanLesPins}
%\usetheme{Luebeck}
%\usetheme{Madrid}
%\usetheme{Malmoe}
%\usetheme{Marburg}
%\usetheme{Montpellier}
%\usetheme{PaloAlto}
%\usetheme{Pittsburgh}
%\usetheme{Rochester}
%\usetheme{Singapore}
%\usetheme{Szeged}
%\usetheme{Warsaw}
The rest is very well explained in the template, just one hint, when you add
a new column environment you must press enter and then tab to be inserted
into the column itself.
HTH
Alex