X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=example.tex;fp=example.tex;h=62b7cf8c52201dc09cc848b5bdd71ea87bbab42f;hb=534a60aae5f4c201994dccfafe1c39ce7430dc3b;hp=0000000000000000000000000000000000000000;hpb=407e6561659b75b7f6fb01390fb50ac086f0c5b2;p=beamer-mjo.git diff --git a/example.tex b/example.tex new file mode 100644 index 0000000..62b7cf8 --- /dev/null +++ b/example.tex @@ -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}