]> gitweb.michael.orlitzky.com - beamer-mjo.git/blob - example.tex
COPYING,LICENSE: add 'em (AGPL-3.0+)
[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{frame}
19 Hello, these are 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{frame}
32 \end{section}
33
34 \begin{section}{Section two}
35 \begin{frame}
36 Much slide
37
38 \begin{theorem*}
39 This is a theorem.
40 \begin{proof}
41 And its proof.
42 \end{proof}
43 \end{theorem*}
44 \end{frame}
45 \begin{frame}
46 So presentation
47 \end{frame}
48 \end{section}
49 \end{part}
50
51
52 \begin{part}{The other part}
53 \begin{section}{Section three}
54 \begin{frame}
55 You get the idea
56 \end{frame}
57 \end{section}
58 \end{part}
59
60
61 \begin{section}{Section four (no part)}
62 \begin{frame}
63 Everybody gets a free slide!
64 \end{frame}
65 \end{section}
66 \end{document}