forked from satta/zbh-beamer-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.tex
90 lines (73 loc) · 1.46 KB
/
test.tex
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
\documentclass{beamer}
\usetheme{ZBH}
\author{Max Mustermann}
\title{Example talk}
\date{\today}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}
\frametitle{Inhaltsverzeichnis}
\tableofcontents
\end{frame}
\section{foo1}
\subsection{foo11}
\begin{frame}{Lorem ipsum}
foo bar
\end{frame}
\begin{frame}{Lorem ipsum}
\begin{block}{Example block}
$$\int_{f}^3 f(x) dx$$
\begin{itemize}
\item Example item
\pause
\item Another\footnote{\tiny K.~Eilbeck \emph{et al.} The Sequence Ontology: a tool for the unification of genome annotations. \emph{Genome Biol.}, 6:R44 (2005)}
\end{itemize}
\end{block}
\end{frame}
\section{foo2}
\begin{frame}[plain]{Listen}
\vfill
\begin{center}\begin{Large}This is a plain frame.\end{Large}\vfill
\end{center}
\vfill
\end{frame}
\section{foo3}
\begin{frame}[<+->]{Listen}
\framesubtitle{Listentest2}
\begin{enumerate}
\item foo
\item foo
\item foo
\begin{enumerate}
\item foo
\item foo
\end{enumerate}
\item foo
\end{enumerate}
\end{frame}
\section{foo5}
\begin{frame}[allowframebreaks,allowdisplaybreaks]{Theoreme, Lemmata und Beweise}
\begin{proof}
Beweis
\end{proof}
\begin{definition}
Definition
\end{definition}
\begin{lemma}[Hilfssatz]
Lemma
\end{lemma}
\begin{theorem}[Lehrsatz]
Theorem
\end{theorem}
\end{frame}
\section{foo6}
\begin{frame}
\vfill
\begin{center}\begin{Huge}Vielen Dank \\[10pt]
f\"ur ihre Aufmerksamkeit.\end{Huge}\vfill
\end{center}
\vfill
\end{frame}
\end{document}