summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/math-into-latex-4/beamerstructure2.tex
blob: 86009c7af87ddb00fad6af9a02f78a2602a96dad (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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
% beamerstructure2 presentation

\documentclass{beamer}
\usetheme{Warsaw}

\setbeamertemplate{navigation symbols}{}
\title{Sectionally complemented chopped lattices}
\author{George Gr\"atzer\inst{1}
\and Harry Lakser\inst{1}
\and Michael Roddy\inst{2}}
\institute{\inst{1} University of Manitoba
\and \inst{2} Brandon University}
\date{Conference on Lattice Theory, 2006}
%Note that multiple authors are separated by \verb+\and+ and so are
%the various institutions. The \verb+\date+ command is treated as a 
%footnote.

\begin{document}

\begin{frame}
\titlepage
\end{frame}

%To show an outline of the whole presentation, we have to fake it. 
%The command \verb+\tableofcontents+ provides you with the Table of
%Contents of the whole presentation only if there are no parts. 
%With an optional argument, it can also provide the Table of Contents
%of a specific part: \verb+\tableofcontents[part=3]+ is the 
%Table of Contents of Part 3. We also use the \ttt{pausesections} 
%option.

%The Table of Contents of the whole presentation is given in an 
%unnumbered section and three unnumbered subsections.

\section*{Outline}

\subsection*{Part I: Background}

\begin{frame}
\frametitle{Outline of Part I: Background}

\tableofcontents [part=1,pausesections]
\end{frame}

\subsection*{Part II: Characterizing the 1960 sectional complement}

\begin{frame}
\frametitle{Outline of Part II: Characterizing the\\1960 sectional complement}

\tableofcontents[part=2,pausesections]
\end{frame}

\subsection*{Part III: The general problem}

\begin{frame}
\frametitle{Outline of Part III: The general problem}

\tableofcontents[part=3,pausesections]
\end{frame}

%Now come the three parts. Each part is introduced with two frames: 
%the first with \verb+\partpage+ (which is the ``titlepage'' for the
%part) and the second with the command \verb+\tableofcontents+ 
%(for the part).

%We provide each section with a frame to activate it.

\part{Background}

\begin{frame}
\partpage
\end{frame}

\begin{frame}
\frametitle{Part I\\Outline}

\tableofcontents
\end{frame}

\section{Chopped lattices}

\begin{frame}
\frametitle{Defining chopped lattices}

Starting the definitions
\end{frame}

\section{Ideals and congruences}

\begin{frame}
\frametitle{Ideals}

Continuing the definitions
\end{frame}

\part{Characterizing the 1960 sectional complement}

\begin{frame}
\partpage
\end{frame}

\begin{frame}
\frametitle{Part II\\Outline}

\tableofcontents
\end{frame}

\section{What it is not}

\begin{frame}
\frametitle{Not maximal, minimal, or fixed point}

Counterexamples
\end{frame}

\section{The characterization theorem}

\begin{frame}
\frametitle{The main result}

State the characterization theorem
\end{frame}

\part{The general problem}

\begin{frame}
\partpage
\end{frame}

\begin{frame}
\frametitle{Part III\\Outline}

\tableofcontents
\end{frame}

\section{The Lakser Theorem}

\begin{frame}
\frametitle{The problem}

Stating the general problem and Harry's observation
\end{frame}

\section{A small counterexample}

\begin{frame}
\frametitle{Four-element overlap}

Counterexample
\end{frame}

\section{A cyclic counterexample}

\begin{frame}
\frametitle{Three cycle}

Cyclic counterexample
\end{frame}
\end{document}