blob: 650d5d8ac814c4971dd4d44794d40de7224bd1aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
% Copyright 2010 -- 2012 by tobig <tobias.goerlach@uni-hohneheim.de>
% https://bitbucket.org/tobig/hohenheimbeamertheme/overview
%
% This file may be distributed and/or modified
%
% 1. under the LaTeX Project Public License and/or
% 2. under the GNU Public License.
%
% See the file doc/licenses/LICENSE for more details.
\mode<presentation>
\useoutertheme{hohenheim}
\usefonttheme{professionalfonts}
\useinnertheme[shadow=true]{rounded}% This is a beamer-class default theme
\usecolortheme{hohenheim}
%Should be in a innertheme
\setbeamertemplate{itemize items}[circle]
\setbeamertemplate{enumerate items}[circle]
\setbeamertemplate{section in toc}[circle]
\setbeamertemplate{subsection in toc}[circle]
\setbeamerfont{section number projected}{size=\normalsize,series=\bfseries}
\mode
<all>
|