Saturday, August 3, 2013

Create block in Latex

\documentclass{beamer}
\begin{document}
    \begin{frame}
        \begin{block}{This is your first block Title}
            This is your first block text
        \end{block}
       
        \begin{block}{This is your second block Title}
            This is your second block text
        \end{block}
    \end{frame}
\end{document}

No comments:

Post a Comment