diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/presentations/04-16-3.ltxb')
-rw-r--r-- | Master/texmf-dist/doc/latex/presentations/04-16-3.ltxb | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/presentations/04-16-3.ltxb b/Master/texmf-dist/doc/latex/presentations/04-16-3.ltxb new file mode 100644 index 00000000000..3d0c0028268 --- /dev/null +++ b/Master/texmf-dist/doc/latex/presentations/04-16-3.ltxb @@ -0,0 +1,39 @@ +%% +%% Ein DANTE-Edition Beispiel +%% +%% Beispiel 04-16-3 auf Seite 111. +%% +%% Copyright (C) 2010 Voss +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +% Show page(s) 1,2,3,4,5,6 + +\PassOptionsToClass{}{beamer} +\documentclass{beamer} + + + +\usetheme{Goettingen} \newcommand*\bp{\thebeamerpauses} + + +\begin{document} +\begin{frame} +\begin{enumerate} + \item<+-> Item (\bp), auf allen Overlays. + \item<.(4)-> Item (\bp), ab Overlay 5 sichtbar. + \item<.-> Item (\bp), auch ab Overlay 1 sichtbar. + \item<+-> Item (\bp), ab Overlay 2 sichtbar. + \item<+(-\value{beamerpauses})> Item (\bp), zusammen mit Item 1 auf Overlays 1. + \item<.> Item (\bp), nur auf Overlay 3 sichtbar. + \item<+(-2)> Item (\bp), nur auf Overlay 2 sichtbar (4-2=2). + \item<+-> Item (\bp), ab Overlay 4 sichtbar. + \item<+> Item (\bp), nur auf Overlay 6 sichtbar. +\end{enumerate} +\end{frame} +\end{document} |