X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=example.tex;h=d138eb43fd820860bd7598a33b4c1adf732c7baa;hb=HEAD;hp=62b7cf8c52201dc09cc848b5bdd71ea87bbab42f;hpb=534a60aae5f4c201994dccfafe1c39ce7430dc3b;p=beamer-mjo.git diff --git a/example.tex b/example.tex index 62b7cf8..d138eb4 100644 --- a/example.tex +++ b/example.tex @@ -15,8 +15,8 @@ \begin{part}{Part one} \begin{section}{Section one} - \begin{partsecframe} - Hello, these are some bullet points: + \begin{frame} + Hello, these are bullet points: \begin{itemize} \begin{item} Item one @@ -28,32 +28,39 @@ Et cetera \end{item} \end{itemize} - \end{partsecframe} + \end{frame} \end{section} \begin{section}{Section two} - \begin{partsecframe} + \begin{frame} Much slide - \end{partsecframe} - \begin{partsecframe} + + \begin{theorem*} + This is a theorem. + \begin{proof} + And its proof. + \end{proof} + \end{theorem*} + \end{frame} + \begin{frame} So presentation - \end{partsecframe} + \end{frame} \end{section} \end{part} \begin{part}{The other part} \begin{section}{Section three} - \begin{partsecframe} + \begin{frame} You get the idea - \end{partsecframe} + \end{frame} \end{section} \end{part} \begin{section}{Section four (no part)} - \begin{partsecframe} + \begin{frame} Everybody gets a free slide! - \end{partsecframe} + \end{frame} \end{section} \end{document}