Showing posts with label columns. Show all posts
Showing posts with label columns. Show all posts

Monday, June 17, 2013

How to make two colums horisontally on LaTeX beamer slides

The easiest way to do this is to use \column as

 \begin{columns}[cc]
 \column{0.5\textwidth}
    some content ...
 \column{0.5\textwidth}
    some more content
\end {columns}