diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/presentations/04-17-1.ltxb')
-rw-r--r-- | Master/texmf-dist/doc/latex/presentations/04-17-1.ltxb | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/presentations/04-17-1.ltxb b/Master/texmf-dist/doc/latex/presentations/04-17-1.ltxb new file mode 100644 index 00000000000..d36fddeced8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/presentations/04-17-1.ltxb @@ -0,0 +1,36 @@ +%% +%% Ein DANTE-Edition Beispiel +%% +%% Beispiel 04-17-1 auf Seite 112. +%% +%% 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) 6,7 + +\PassOptionsToClass{}{beamer} +\documentclass{beamer} + + + +\usetheme{Madrid} \setbeamerfont{structure}{shape=\scshape} + + +\begin{document} +\begin{frame}{Textmakros}{Textattribute setzen} \Large +Anfang: \textbf<1->{Dieser Text ist bold \ldots} Ende.\\ +Anfang: \textit<2->{Dieser Text ist italic \ldots} Ende.\\ +Anfang: \textsl<3->{Dieser Text ist slanted \ldots} Ende.\\ +Anfang: \textrm<4->{Dieser Text ist in Roman \ldots} Ende.\\ +Anfang: \textsf<5->{Dieser Text ist serifenlos \ldots} Ende.\\ +Anfang: {\textcolor<6->{red!70}{Dieser Text ist rot \ldots}} Ende.\\ +Anfang: \structure<7>{Dieser Text ist beamerspezifisch} Ende.\\ +Anfang: Dieser Text ist normal \ldots\ Ende. +\end{frame} +\end{document} |