]> gitweb.michael.orlitzky.com - beamer-mjo.git/blobdiff - example.tex
COPYING,LICENSE: add 'em (AGPL-3.0+)
[beamer-mjo.git] / example.tex
index 62b7cf8c52201dc09cc848b5bdd71ea87bbab42f..d138eb43fd820860bd7598a33b4c1adf732c7baa 100644 (file)
@@ -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
             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}