summaryrefslogtreecommitdiff
path: root/info/examples/Einfuehrung2/13-03-8.ltxb
blob: be150ab771014eda69c9e7781955f03e106dfa6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
%% 
%%  Ein Beispiel der DANTE-Edition
%% 
%%  Beispiel 13-03-8 auf Seite 652.
%% 
%%  Copyright (C) 2015 Vo\ss 
%% 
%%  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{exabeamer}


%StartShownPreambleCommands
\usetheme{Goettingen}\newcommand*\bp{\thebeamerpauses}
%StopShownPreambleCommands

\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}