]> gitweb.michael.orlitzky.com - beamer-mjo.git/blobdiff - example.tex
Add an example file, and a GNUmakefile to build it.
[beamer-mjo.git] / example.tex
diff --git a/example.tex b/example.tex
new file mode 100644 (file)
index 0000000..62b7cf8
--- /dev/null
@@ -0,0 +1,59 @@
+\documentclass[t,14pt,notheorems]{beamer}
+\usetheme{mjo}
+
+\usepackage{amsmath, mathtools}
+\usepackage{mjotex}
+
+\title{Example presentation}
+\author{Michael Orlitzky}
+\date{Somewhere, on a day}
+
+\begin{document}
+  \begin{frame}
+    \titlepage
+  \end{frame}
+
+  \begin{part}{Part one}
+    \begin{section}{Section one}
+      \begin{partsecframe}
+        Hello, these are some bullet points:
+        \begin{itemize}
+          \begin{item}
+            Item one
+          \end{item}
+          \begin{item}
+            Item two
+          \end{item}
+          \begin{item}
+            Et cetera
+          \end{item}
+        \end{itemize}
+      \end{partsecframe}
+    \end{section}
+
+    \begin{section}{Section two}
+      \begin{partsecframe}
+        Much slide
+      \end{partsecframe}
+      \begin{partsecframe}
+        So presentation
+      \end{partsecframe}
+    \end{section}
+  \end{part}
+
+
+  \begin{part}{The other part}
+    \begin{section}{Section three}
+      \begin{partsecframe}
+        You get the idea
+      \end{partsecframe}
+    \end{section}
+  \end{part}
+
+
+  \begin{section}{Section four (no part)}
+    \begin{partsecframe}
+      Everybody gets a free slide!
+    \end{partsecframe}
+  \end{section}
+\end{document}