Saturday, October 21, 2006

Beamer's columns

\frame
{
\frametitle{Interview}

\begin{columns}
\begin{column}{0.5\textwidth}
\begin{itemize}
\item current symptoms
\item past medical history
\item family history
\item social history
\item review of systems
\end{itemize}
\end{column}

\begin{column}{0.5\textwidth}
\begin{itemize}
\item detect hypertension
\item recognize emergency
\item recognize reversible causes
\item find chronic target organ damage
\item discover co-morbid conditions
\item plan therapy
\end{itemize}
\end{column}
\end{columns}
}

You can have as many columns, of whatever widths, as you like. Note that
within a column, \textwidth will correspond to the column width, not the
width of the beamer slide, so it works pretty much like minipage.
Material within columns is vertically centred, and you can have part of
the slide in normal (single column) format, and other parts in more than
one column.

No comments: