]> gitweb.michael.orlitzky.com - beamer-mjo.git/blob - example.tex
Add an example file, and a GNUmakefile to build it.
[beamer-mjo.git] / example.tex
1 \documentclass[t,14pt,notheorems]{beamer}
2 \usetheme{mjo}
3
4 \usepackage{amsmath, mathtools}
5 \usepackage{mjotex}
6
7 \title{Example presentation}
8 \author{Michael Orlitzky}
9 \date{Somewhere, on a day}
10
11 \begin{document}
12 \begin{frame}
13 \titlepage
14 \end{frame}
15
16 \begin{part}{Part one}
17 \begin{section}{Section one}
18 \begin{partsecframe}
19 Hello, these are some bullet points:
20 \begin{itemize}
21 \begin{item}
22 Item one
23 \end{item}
24 \begin{item}
25 Item two
26 \end{item}
27 \begin{item}
28 Et cetera
29 \end{item}
30 \end{itemize}
31 \end{partsecframe}
32 \end{section}
33
34 \begin{section}{Section two}
35 \begin{partsecframe}
36 Much slide
37 \end{partsecframe}
38 \begin{partsecframe}
39 So presentation
40 \end{partsecframe}
41 \end{section}
42 \end{part}
43
44
45 \begin{part}{The other part}
46 \begin{section}{Section three}
47 \begin{partsecframe}
48 You get the idea
49 \end{partsecframe}
50 \end{section}
51 \end{part}
52
53
54 \begin{section}{Section four (no part)}
55 \begin{partsecframe}
56 Everybody gets a free slide!
57 \end{partsecframe}
58 \end{section}
59 \end{document}