diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/math-into-latex-4/babybeamer6block.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/math-into-latex-4/babybeamer6block.tex | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/math-into-latex-4/babybeamer6block.tex b/Master/texmf-dist/doc/latex/math-into-latex-4/babybeamer6block.tex new file mode 100644 index 00000000000..4dd707e08da --- /dev/null +++ b/Master/texmf-dist/doc/latex/math-into-latex-4/babybeamer6block.tex @@ -0,0 +1,19 @@ +% Babybeamer6withblock presentation + +\documentclass{beamer} + +\begin{document} + +\begin{frame} +\frametitle{Overlaying declarations and graphics} + +\begin{block}<1->{Theorem} + Every finite distributive lattice can be embedded in a boolean lattice. +\end{block} +\begin{proof}<3> +Use join-irreducible elements. +\end{proof} +\onslide<2->{\includegraphics{cube}} +\end{frame} +\end{document} + |