% 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}

