-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeamerthemeAalborg.sty
executable file
·54 lines (35 loc) · 1.48 KB
/
beamerthemeAalborg.sty
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
% Copyright 2003 by Till Tantau <[email protected]>
%
% This program can be redistributed and/or modified under the terms
% of the GNU Public License, version 2.
\mode<presentation>
\newif\ifbeamer@secheader
\beamer@secheaderfalse
\DeclareOptionBeamer{secheader}{\beamer@secheadertrue}
\DeclareOptionBeamer{secnames}[false]{\def\beamer@themeAAU@secnames{#1}}
\ExecuteOptionsBeamer{secnames=false}
\ProcessOptionsBeamer
\usecolortheme{AAU}
\useinnertheme[shadow]{rounded}
\useinnertheme[secnames=\beamer@themeAAU@secnames]{AAU}
\useoutertheme{infolines}
\useoutertheme{AAU}
\setbeamertemplate{frametitle}[AAU]
% \setbeamertemplate{part page}[AAU]
% \setbeamertemplate{section page}[AAU]
% \setbeamertemplate{subsection page}[AAU]
\setbeamercolor*{author in head/foot}{parent=palette primary}
\setbeamercolor*{title in head/foot}{parent=palette secondary}
\setbeamercolor*{date in head/foot}{parent=palette tertiary}
\setbeamercolor*{section in head/foot}{parent=palette tertiary}
\setbeamercolor*{subsection in head/foot}{parent=palette primary}
% Kill all navigation symbols
\setbeamertemplate{navigation symbols}{}
% Nice effect
%\setbeamercovered{transparent}
\ifbeamer@secheader\else\setbeamertemplate{headline}[default]\fi
% Tills' opinion: should be done in an inner theme, not here.
%\usesubitemizeitemtemplate{\tiny\raise1.5pt\hbox{\donotcoloroutermaths$\blacktriangleright$}}
%\usesubsubitemizeitemtemplate{\tiny\raise1.5pt\hbox{\donotcoloroutermaths$\bigstar$}}
\mode
<all>