diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/presentations/02-04-3.ltxpd')
-rw-r--r-- | Master/texmf-dist/doc/latex/presentations/02-04-3.ltxpd | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/presentations/02-04-3.ltxpd b/Master/texmf-dist/doc/latex/presentations/02-04-3.ltxpd new file mode 100644 index 00000000000..5ced7063b94 --- /dev/null +++ b/Master/texmf-dist/doc/latex/presentations/02-04-3.ltxpd @@ -0,0 +1,35 @@ +%% +%% Ein DANTE-Edition Beispiel +%% +%% Beispiel 02-04-3 auf Seite 27. +%% +%% 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 + +\documentclass[size=12pt,paper=screen,mode=present,style=jefka]{powerdot} +\pagestyle{empty} +\setcounter{page}{6} +\usepackage[utf8]{inputenc} + +%Optionen: size=12pt,style=jefka + +\begin{document} +\begin{slide}{\texttt{itemize}-Demo} +\begin{itemize}[type=1] +\item<1-> Erster Punkt +\item<2-> Zweiter Punkt +\item<3-> Dritter Punkt +\item<4> Vierter Punkt +\item<5-> Fünfter Punkt +\item<6-> Sechster Punkt +\end{itemize} +\end{slide} +\end{document} |