diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/math-into-latex-4/babybeamer2.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/math-into-latex-4/babybeamer2.tex | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/math-into-latex-4/babybeamer2.tex b/Master/texmf-dist/doc/latex/math-into-latex-4/babybeamer2.tex new file mode 100644 index 00000000000..8e7198052de --- /dev/null +++ b/Master/texmf-dist/doc/latex/math-into-latex-4/babybeamer2.tex @@ -0,0 +1,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} + + |