-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeamerthemeimperial.sty
68 lines (61 loc) · 1.97 KB
/
beamerthemeimperial.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
% The provided presentation template `imperial' is based on the
% Dresden template (Copyright 2007 by Till Tantau) provided with
% the `beamer' package. As a consequence, this file may be distributed
% and/or modified:
%
% 1. under the LaTeX Project Public License and/or
% 2. under the GNU Public License
%
% The Imperial College London logo and the colour template are
% property of Imperial College London. As far as I understand
% the images are provided by Imperial College London for its
% staff and students, and for academic and non-profit use only.
%
% The file `icl' is the Imperial College London logo and is not
% provided with this template. It is possible to download the
% Imperial College London Logo on the web page:
%
% http://www.imperial.ac.uk/brand-style-guide/visual-identity/
%
%------------------------------------------------------------------
% March 17, 2016 v1.0 Imperial College London Presentation Template
% Antonello Palazzi
%------------------------------------------------------------------
\DeclareOptionBeamer{compress}{\beamer@compresstrue}
\ProcessOptionsBeamer
\mode<presentation>
\useinnertheme{circles}
\useoutertheme{smoothbars}
\usecolortheme{imperial}
\setbeamertemplate{navigation symbols}{}
\addtobeamertemplate{navigation symbols}{}
{
\usebeamercolor[fg]{alerted text}
\insertframenumber/\inserttotalframenumber
}
\defbeamertemplate*{footline}{imperial theme}
{
\begin{beamercolorbox}[ht=.55cm,dp=0.4cm,wd=\textwidth,leftskip=.3cm]{author in head/foot}
\begin{minipage}[c]{5cm}
\usebeamerfont{author in head/foot}
\insertshortauthor
\vspace{0.15cm}
\insertshorttitle
\end{minipage}\hfill
\begin{minipage}{5.5cm}
\hfill\includegraphics[height=.5cm]{iclWhite}
\end{minipage}
\begin{minipage}{0.5cm}
\end{minipage}
\end{beamercolorbox}
}
\titlegraphic
{
\includegraphics[height=1cm]{icl}
\hfill
\includegraphics[height=1cm]{sponsor}
\hfill
\includegraphics[height=1cm]{sponsor}
}
\mode
<all>