]> gitweb.michael.orlitzky.com - beamer-mjo.git/blobdiff - example.tex
COPYING,LICENSE: add 'em (AGPL-3.0+)
[beamer-mjo.git] / example.tex
index 4d66544958e42ca8dbcc31272d12602a468f2a32..d138eb43fd820860bd7598a33b4c1adf732c7baa 100644 (file)
@@ -15,7 +15,7 @@
 
   \begin{part}{Part one}
     \begin{section}{Section one}
-      \begin{partsecframe}
+      \begin{frame}
         Hello, these are bullet points:
         \begin{itemize}
           \begin{item}
             Et cetera
           \end{item}
         \end{itemize}
-      \end{partsecframe}
+      \end{frame}
     \end{section}
 
     \begin{section}{Section two}
-      \begin{partsecframe}
+      \begin{frame}
         Much slide
 
         \begin{theorem*}
             And its proof.
           \end{proof}
         \end{theorem*}
-      \end{partsecframe}
-      \begin{partsecframe}
+      \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}