summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib/themes/beamertheme-npbt/beamercolorthemeNPBT_FOM_ifes.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/beamer-contrib/themes/beamertheme-npbt/beamercolorthemeNPBT_FOM_ifes.sty')
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-npbt/beamercolorthemeNPBT_FOM_ifes.sty49
1 files changed, 49 insertions, 0 deletions
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-npbt/beamercolorthemeNPBT_FOM_ifes.sty b/macros/latex/contrib/beamer-contrib/themes/beamertheme-npbt/beamercolorthemeNPBT_FOM_ifes.sty
new file mode 100644
index 0000000000..caefab737e
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-npbt/beamercolorthemeNPBT_FOM_ifes.sty
@@ -0,0 +1,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>
+%
+% ===========================================================================
+% \ No newline at end of file