latex filename.tex
latex filename.tex
dvipdf filename
evince filename.pdf

environments:

Every "frame", "column", "columns" and "block" needs a \begin and \end statement

After a title "frame" there is one big

begin{columns}[t]    (top-aligned)
with three columns: \begin{column}{0.3\linewidth}

within each column there are blocks. Sometimes blocks have columns inside them.




