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
69
70
71
72
73
74
|
% Copyright 2012 by Pa3cio Bulic, UL FRI
%
% 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: beamerthemeULFRIframes.sty,v 0.0.1 2012/11/07 09:11:41 pa3cio $
\DeclareOptionBeamer{height}{\PassOptionsToPackage{height=#1}{beamerouterthemesidebar}}
\ProcessOptionsBeamer
\DeclareOptionBeamer{compress}{\beamer@compresstrue}
\ProcessOptionsBeamer
\mode<presentation>
\usecolortheme[RGB={180,22,44}]{structure}
%\usecolortheme[RGB={204,45,48}]{structure}
%\usecolortheme[cmyk={0.0,0.81,0.81,0.16}]{structure}
% If you have a file called "university-logo-filename.xxx", where xxx
% is a graphic format that can be processed by latex or pdflatex,
% resp., then you can add a logo as follows:
%\pgfdeclareimage[height=20mm]{logo}{znakULFRIbeamer.png}
%\logo{\pgfuseimage{logo}}
%\logo{\includegraphics[height=20mm]{znakULFRIbeamer.png}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% IZGLED BLOKOV (TEOREMI, DOKAZI, ....)
% 1. Ce zelite imeti bloke z zaobljenimi robovi, izberite:
% \setbeamertemplate{blocks}[rounded][shadow=false]
% 2. Ce zelite imeti bloke z zaobljenimi robovi in sencami, izberite:
% \setbeamertemplate{blocks}[rounded][shadow=true]
% 3. Ce zelite imeti navadne pravokotne bloke, izberite:
% \setbeamertemplate{blocks}[default]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\setbeamertemplate{blocks}[rounded][shadow=false]
%\setbeamertemplate{blocks}[rounded][shadow=true]
\setbeamertemplate{blocks}[default]
%
%
%
%
\setbeamertemplate{navigation symbols}{}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% I Z B I R A T E M E Z U N A N J I H E L E M E N T O V :
% 1. Ce zelite prosojnice brez kazala poglavij, zakomentirajte spodnji dve vrstici
% 2. Ce zelite prosojnice s kazalom ob strani in logom v zgornjem levem kotu, izberite \useoutertheme[left,hideallsubsections]{sidebar}
% 3. Ce zelite prosojnice s kazalom v glavi, izberite \useoutertheme{split}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\useoutertheme[left,hideallsubsections]{sidebar}
%\useoutertheme{split}
\useoutertheme[footline=authorinstitutetitle]{miniframes}
%\useoutertheme{shadow}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% B A R V N A P R E D L O G A I N F O N T I
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usecolortheme{ULFRI}
\usecolortheme{orchid}
\setbeamercolor*{frametitle}{parent=palette primary}
\setbeamerfont{block title}{size={}}
\mode
<all>
|