diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/hobete/beamerthemehohenheim.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/hobete/beamerthemehohenheim.sty | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/hobete/beamerthemehohenheim.sty b/Master/texmf-dist/tex/latex/hobete/beamerthemehohenheim.sty new file mode 100644 index 00000000000..650d5d8ac81 --- /dev/null +++ b/Master/texmf-dist/tex/latex/hobete/beamerthemehohenheim.sty @@ -0,0 +1,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> |