summaryrefslogtreecommitdiff
path: root/info/examples/Practical_LaTeX/babybeamerd.tex
blob: 5aa0f445fd48eba157f9dc635779985d439f4ab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% babybeamerd presentation

\documentclass{beamer}

\begin{document}

\begin{frame}
\frametitle{Overlaying declarations and graphics}

\begin{theorem}<1->
Every finite distributive lattice can be embedded in a boolean lattice.
\end{theorem}
\begin{proof}<3->
Use join-irreducible elements.
\end{proof}
\onslide<2->{\includegraphics{cube}}
\end{frame}
\end{document}