summaryrefslogtreecommitdiff
path: root/info/examples/Math_into_LaTeX-4/babybeamer2.tex
blob: 8e7198052deccd40e9a7557a990d682ca9efbd0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% babybeamer2 presentation

\documentclass{beamer}

\begin{document}

\begin{frame}
\frametitle{Some background}

\only<1,2>{We start our discussion with some concepts.}

\only<2>{The first concept we introduce originates with Erd\H os.}
\end{frame}
\end{document}