beamerarticle is a package part of {beamer} class that typesets beamer presentation into article form.
12
votes
1answer
2k views
Displaying slides with Beamer and Article class
(Edited to include a MWE; note that the current version is much simpler than what was mentioned in the original question and is essentially acceptable.)
Right now, I create an article version of my ...
4
votes
1answer
827 views
How to use beamer colors in beamerarticle?
I would like to use beamer defined colors into beamerarticle's version of my document. This way I can change beamer theme (or color theme) and colors change according it.
Here you have a MWE. A frame ...
17
votes
1answer
331 views
How to write overlay-specification–aware macros that work w/o the beamer class
The LaTeX beamer class provides with \newcommand<> and \newenvironment<> an interface to define own commands that can deal with beamer's overlay specifications. Internally, commands ...
4
votes
1answer
799 views
\input{…} is ignored with beamer option ignorenonframetext
I'm using beamer to create my slides and wanted to use beamerarticle to create written paper which is not just printed slides 3 on 1 page.
The option ignorenonframetext for the beamer class forces it ...