Saturday, August 3, 2013

Create Two slide in Latex

\documentclass{beamer}
\begin{document}
    \begin{frame}
        This is the first slide
    \end{frame}
   
    \begin{frame}
        This is the second slide
    \end{frame}
\end{document}

No comments:

Post a Comment