blob: 95f0c054274db7794c90d920178809df1a482ec1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
% babybeamer9 presentation
\documentclass{beamer}
\begin{document}
\begin{frame}
\frametitle{Columns, top alignment}
\begin{columns}[t]
\begin{column}{2in}
Is it true that there is no new result on the Congruence Lattice Characterization Problem?
\end{column}
\begin{column}{2in}
F. Wehrung found a distributive algebraic lattice that cannot be represented as the congruence lattice of a lattice.
\end{column}
\end{columns}
\end{frame}
\end{document}
|