Saturday, August 3, 2013

Create columns in Latex

\documentclass[11pt]{beamer}
\begin{document}
    \begin{frame}
        \begin{columns}
            \column{.5\textwidth}
            Your first column
            \column{.5\textwidth}
            Your second column
        \end{columns}
    \end{frame}
\end{document}

No comments:

Post a Comment