aboutsummaryrefslogtreecommitdiff
path: root/beamer/beamerouterthemesigsum.sty
blob: 969e40de0a9074331a53fa651f889c02ec5959b7 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
\mode<presentation>

%
% Frame header
%
\defbeamertemplate*{frametitle}{corporate}[1][]{%
	\nointerlineskip
	% Add frame title
	\begin{beamercolorbox}[wd=\paperwidth, ht=3ex, dp=1.5ex, left, leftskip=2ex]{header}
		\centering\insertframetitle
	\end{beamercolorbox}
	% Add line after
	\nointerlineskip
		\begin{beamercolorbox}[wd=\paperwidth, ht=0.25ex ]{trailer}
	\end{beamercolorbox}
}

%
% Frame trailer
%
\defbeamertemplate*{footline}{corporate}{\hbox{%
	% Add website in the left-most portion of the trailer
	\begin{beamercolorbox}[wd=0.20\paperwidth, ht=2ex, dp=0.5ex, left]{trailer}
		\hfill
		www.sigsum.org
		\hfill
	\end{beamercolorbox}%
	% Add in the trailer's middle portion
	\begin{beamercolorbox}[wd=0.6\paperwidth, ht=2ex, dp=0.5ex, left]{header}
		\hfill
		\inserttitle
		\hfill
	\end{beamercolorbox}%
	% Add page counter in the right-most portion of the trailer
	\begin{beamercolorbox}[wd=0.20\paperwidth, ht=2ex, dp=0.5ex, left]{trailer}
		\hfill
		\insertframenumber/\inserttotalframenumber
		\hfill
	\end{beamercolorbox}
}}

\mode<all>