Beamer

Beamer is a Latex class useful to build presentations with slides

Columns

To generate one or more columns in a slide:

\begin{columns}
 \column{0.5\textwidth}
 % text first column
 \column{0.5\textwidth}
 % text second column
\end{columns}

this code generates two columns with the same dimension.