-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeamerthemeFITTheme.sty
50 lines (37 loc) · 1.32 KB
/
beamerthemeFITTheme.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
% [email protected] by Robert C Robinson for
% Fashion Institute of Philosophy ([email protected])
%
% Based on Boadilla by:
% Copyright 2004 by Manuel Carro <[email protected]>
%
% 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.
\ProvidesPackageRCS $Header: /home/vedranm/bitbucket/beamer/base/themes/theme/beamerthemeBoadilla.sty,v d02a7cf4d8ae 2010/06/17 09:11:41 rivanvx $
\mode<presentation>
\newif\ifbeamer@secheader
\beamer@secheaderfalse
\DeclareOptionBeamer{secheader}{\beamer@secheadertrue}
\ProcessOptionsBeamer
\usecolortheme{rose}
\useinnertheme[shadow]{rounded}
\usecolortheme{whale}
\useoutertheme{infolines}
% Tills' opinion: should be done in an inner theme, not here.
\usesubitemizeitemtemplate{%
\tiny\raise1.5pt\hbox{\color{beamerstructure}$\blacktriangleright$}%
}
\usesubsubitemizeitemtemplate{%
\tiny\raise1.5pt\hbox{\color{beamerstructure}$\bigstar$}%
}
\setbeamersize{text margin left=1em,text margin right=1em}
\ifbeamer@secheader\else\setbeamertemplate{headline}[default]\fi
\usebackgroundtemplate{%
\rule{0pt}{\paperheight}%
\hspace*{\paperwidth}%
\makebox[0pt][r]{\includegraphics[width=75mm]{fitseal.png}}}
\mode
<all>