-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeamerouterthemeferi.sty
38 lines (32 loc) · 1 KB
/
beamerouterthemeferi.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
\mode<presentation>
\usepackage{tikz}
% Frame header and title
\defbeamertemplate*{frametitle}{feri}[1][]{
\vspace{-\baselineskip}
\hspace{-\baselineskip}
\begin{beamercolorbox}[wd=\paperwidth,ht=0.7cm]{frametitle}
\begin{tikzpicture}
\useasboundingbox[fill=white](0,0) rectangle(\the\paperwidth,1.2);
\node[anchor=west] (image) at (0, 0.45){
\hspace{-0.35cm}
\includegraphics[width=11.25cm]{img/topline}
};
\node[anchor=west] at (11.15, 0.42){
\includegraphics[width=1.2cm]{img/logo-feri}
};
\node[anchor=west,white,font=\large] at (0, 0.425){
\usebeamerfont{subtitle}\insertsubtitle
};
\end{tikzpicture}
\end{beamercolorbox}
\usebeamerfont{title}\insertframetitle%
\vskip0.25cm
\usebeamerfont{frame subtitle}\insertframesubtitle%
}
% Navigation symbols
\defbeamertemplate*{footline}{feri}[1][]{%
\hfill\insertframenumber%
\hspace{0.1cm}
\vspace{0.15cm}
}
\mode<all>