]> gitweb.michael.orlitzky.com - beamer-mjo.git/blob - beamerinnerthemeUMBC.sty
180b03ca414513048110673eb028d25c260217e3
[beamer-mjo.git] / beamerinnerthemeUMBC.sty
1 \mode<presentation>
2
3 \useinnertheme{circles}
4
5
6 \defbeamertemplate*{title page}{umbc}[1][]
7 {
8 \vbox{}
9 \vfill
10 \begin{centering}
11 \begin{beamercolorbox}[sep=0pt,center,#1]{title}
12 \usebeamerfont{title}\inserttitle\par%
13 \end{beamercolorbox}%
14 \begin{beamercolorbox}[sep=0pt,center,#1]{title}
15 \usebeamerfont{subtitle}\insertsubtitle\par%
16 \end{beamercolorbox}%
17
18 % Without a logo to take up the available space, it looks better
19 % if we move the author's name down a bit.
20 \vspace{4em}
21
22 \begin{beamercolorbox}[sep=4pt,center,#1]{author}
23 \usebeamerfont{author}\insertauthor
24 \end{beamercolorbox}
25 \end{centering}
26 \vfill
27 }
28
29
30 % Get rid of the navigation buttons.
31 \setbeamertemplate{navigation symbols}{}
32
33
34 % Leave the theorems alone.
35 \setbeamertemplate{theorem begin}{
36 {
37 \usebeamerfont*{block title}
38 \inserttheoremname
39 \inserttheoremnumber
40 \ifx\inserttheoremaddition\@empty\else\ (\inserttheoremaddition)\fi%
41 \inserttheorempunctuation
42 }
43 \usebeamerfont*{block body}
44 }
45
46 \setbeamertemplate{theorem end}{}
47
48 % No weird numbers-inside-bullets. Just number them dude.
49 \setbeamertemplate{enumerate items}[default]
50
51 % Use numbered references rather than the goofy document icon.
52 \setbeamertemplate{bibliography item}[text]
53
54 % Spacing is nice.
55 \setlength{\parskip}{1em}
56
57 % Don't break the line that "Proof." is on.
58 \setbeamertemplate{proof begin}{
59 \usebeamerfont*{block title}
60 \insertproofname
61 \usebeamerfont*{block body}
62 }
63 \setbeamertemplate{proof end}{}