summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/beamertheme-npbt/beamercolorthemeNPBT_FOM_ifes.sty
blob: caefab737ee627051f259e6e9fbc60d36e9b4e7c (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
43
44
45
46
47
48
49
\ProvidesPackage{beamercolorthemeNPBT_FOM_ifes}[2018/08/155 v4.1 Beamer Color Theme FOM ifes-Version]
% ===========================================================================
% beamercolorthemeNPBT_FOM_ifes.sty
% =================================------------------------------------------
%
% (C) in 2011-2018 by Norman Markgraf (nmarkgraf(at)hotmail(dot)com)
%
% ---------------------------------------------------------------------------
%
\mode<presentation>
% ---------------------------------------------------------------------------

\renewcommand{\rmdefault}{phv} % Arial
\renewcommand{\sfdefault}{phv} % Arial

% ---------------------------------------------------------------------------
% Set Path to images
% ---------------------------------------------------------------------------
\def\imagepath{images/NPBT_FOM_ifes_}
\updateNPBTimages{}

\def\logowidth{2.56cm}
\def\logoheight{1.35cm}
\def\logoxshift{-1.5cm}
\def\logoyshift{-0.87cm}

% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
% Use basicaly the color theme from FOM (beamercolorthemeFOM.sty)
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

\usecolortheme{FOM}

% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

%
% Set bold to FOM green and bold ...
%
\let\oldtextbf\textbf
\renewcommand{\textbf}[1]{%
\small
\textcolor{FOMBoldColor}%
{\oldtextbf{#1}}
}

% ---------------------------------------------------------------------------
\mode<all>
%
% ===========================================================================
%