blob: 1cff95ff7ea6e417f840d4009d2e0b6219704ae6 (
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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}
|