diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/math-into-latex-4/babybeamer8.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/math-into-latex-4/babybeamer8.tex | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/math-into-latex-4/babybeamer8.tex b/Master/texmf-dist/doc/latex/math-into-latex-4/babybeamer8.tex new file mode 100644 index 00000000000..95f0c054274 --- /dev/null +++ b/Master/texmf-dist/doc/latex/math-into-latex-4/babybeamer8.tex @@ -0,0 +1,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} + |