summaryrefslogtreecommitdiff
path: root/info/examples/Einfuehrung/13-02-4.ltxb
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/examples/Einfuehrung/13-02-4.ltxb
Initial commit
Diffstat (limited to 'info/examples/Einfuehrung/13-02-4.ltxb')
-rw-r--r--info/examples/Einfuehrung/13-02-4.ltxb37
1 files changed, 37 insertions, 0 deletions
diff --git a/info/examples/Einfuehrung/13-02-4.ltxb b/info/examples/Einfuehrung/13-02-4.ltxb
new file mode 100644
index 0000000000..4d8cfdd02d
--- /dev/null
+++ b/info/examples/Einfuehrung/13-02-4.ltxb
@@ -0,0 +1,37 @@
+%%
+%% Ein Beispiel der DANTE-Edition
+%%
+%% Beispiel 13-02-4 auf Seite 643.
+%%
+%% Copyright (C) 2012 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,3,4
+
+%% ====
+\PassOptionsToClass{}{beamer}
+\documentclass{exabeamer}
+% graphic converted to gray in book
+
+\StartShownPreambleCommands
+\documentclass{beamer}
+\usetheme{Malmoe} \useoutertheme{sidebar} \usecolortheme{dove}
+\StopShownPreambleCommands
+
+\begin{document}
+\begin{frame}<1-2>[label=FrameI]{Wiederverwendung von Folieninhalten.}
+\framesubtitle{Die erste Folie.}
+\begin{itemize}[<+->]
+\item<alert@+> Erster Punkt. \item<alert@+> Zweiter Punkt.
+\item<alert@+> Dritter Punkt. \item<alert@+> Vierter Punkt.
+ \end{itemize}
+\end{frame}
+\begin{frame}{II}{Die zweite Folie} Inhalt \end{frame}
+\againframe<4->{FrameI}% Wiederholung von Folie 1
+\end{document}