summaryrefslogtreecommitdiff
path: root/info/examples/Presentations_en/05-02-1.ltxb
diff options
context:
space:
mode:
Diffstat (limited to 'info/examples/Presentations_en/05-02-1.ltxb')
-rw-r--r--info/examples/Presentations_en/05-02-1.ltxb56
1 files changed, 56 insertions, 0 deletions
diff --git a/info/examples/Presentations_en/05-02-1.ltxb b/info/examples/Presentations_en/05-02-1.ltxb
new file mode 100644
index 0000000000..1cff95ff7e
--- /dev/null
+++ b/info/examples/Presentations_en/05-02-1.ltxb
@@ -0,0 +1,56 @@
+%%
+%% An UIT Edition example
+%%
+%% Example 05-02-1 on page 163.
+%%
+%% 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,10
+
+%% ====
+\PassOptionsToClass{}{beamer}
+\documentclass{exabeamer}
+\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
+
+%\StartShownPreambleCommands
+\documentclass{beamer}
+\usetheme{BerlinFU}
+\usepackage[english]{babel}
+%\StopShownPreambleCommands
+
+\begin{document}
+\title{Typography over the centuries}
+\subtitle{or \fontfamily{zapfino}\selectfont\huge Why love letters are not
+ written using computers.}
+\author{Herbert Voß}
+\titlegraphic{images/beamer/ligaturen} \maketitle
+\begin{frame}{Table of contents}{} \tableofcontents \end{frame}
+\section{Introduction}
+\begin{frame}{Typography~--~what is that anyway?}{}
+\begin{block}<2->{Definition}
+\begin{itemize}
+\item<3->Typography defines \textcolor<3>{FUred}{guidelines} for designing
+ texts.
+\item<4->It defines \textcolor<4>{FUred}{functional} and
+ \textcolor{FUred}{aesthetic} guidelines.
+\item<5->We further differentiate between
+ \alert<5->{\textcolor{FUred}{\textbf{micro typography}}} and
+ \textcolor{FUred}{\textbf{macro typography}}.
+\item<6->Micro typography describes the guidelines for design with
+ \textcolor<6->{FUred}{fonts}.
+\item<7->Macro typography is the design and arrangement of blocks of text on a
+ page.
+\item<8->Since the advent of new media, there is also a differentiation between
+ text to be published in print or on the internet.
+\end{itemize}
+\end{block}
+\end{frame}
+\end{document}