{overlays} is a term used by the {beamer} document class to describe the layering of slides.
1
vote
0answers
62 views
Beamer: Visualize overlay borders in handout mode
I want to display the slide areas of a frame in handout mode.
A possible solution could look like this:
\begin{frame} % presentation mode
On slide 1 \\
\pause
On slide 2
\end{frame}
...
1
vote
0answers
106 views
Problem with beamerarticle overlays and only
I have a problem with beamerarticle.
First of all, I'm not that experienced with LaTeX or Beamer. I've gotten this far with samples and stuff without completely understanding, what is doing what. So ...