summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/bfh-ci/tex/beamerfontthemeBFH.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/bfh-ci/tex/beamerfontthemeBFH.sty')
-rw-r--r--macros/latex/contrib/bfh-ci/tex/beamerfontthemeBFH.sty82
1 files changed, 82 insertions, 0 deletions
diff --git a/macros/latex/contrib/bfh-ci/tex/beamerfontthemeBFH.sty b/macros/latex/contrib/bfh-ci/tex/beamerfontthemeBFH.sty
new file mode 100644
index 0000000000..491894721b
--- /dev/null
+++ b/macros/latex/contrib/bfh-ci/tex/beamerfontthemeBFH.sty
@@ -0,0 +1,82 @@
+%% This is file `beamerfontthemeBFH.sty' version 2.0.0 (2021/12/23),
+%% it is part of
+%% BFH-CI -- Corporate Design for Bern University of Applied Sciences
+%% ----------------------------------------------------------------------------
+%%
+%% Copyright (C) 2021 by
+%% Marei Peischl <marei@peitex.de>
+%% Andreas Habegger <andreas.habegger@bfh.ch>
+%%
+%% ============================================================================
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3c
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3c or later is part of all distributions of LaTeX
+%% version 2008/05/04 or later.
+%%
+%% This work has the LPPL maintenance status `maintained'.
+%%
+%% The Current Maintainers of this work are
+%% Marei Peischl <bfh-ci@peitex.de>
+%% Andreas Habegger <andreas.habegger@bfh.ch>
+%%
+%% The development respository can be found at
+%% https://gitlab.ti.bfh.ch/bfh-latex/bfh-ci/
+%% Please use the issue tracker for feedback!
+%%
+%% ============================================================================
+%%
+\ProvidesPackage{beamerfontthemeBFH}[2021/12/23 v2.0.0 BFH-CI beamer font theme, CI of Bern University of Applied Sciences]
+
+% ====================
+% Dependencies
+% ====================
+
+\RequirePackage{bfhfonts}
+
+\mode<presentation>
+\usefonttheme[only large]{structurebold}
+
+% ====================
+% Fonts
+% ====================
+
+\usefonttheme{professionalfonts}
+
+\setbeamerfont{headline title}{size=\Huge,series=\bfseries}
+\setbeamerfont{headline author}{size=\Large}
+\setbeamerfont{headline institute}{size=\normalsize}
+\setbeamerfont{heading}{series=\bfseries}
+\setbeamerfont{caption}{size=\small}
+\setbeamerfont{footline}{size=\tiny}
+
+\setbeamerfont*{title}{size=\LARGE,series=\bfseries}
+\setbeamerfont*{subtitle}{size=\large,series=\bfseries}
+\setbeamerfont*{date}{size=\footnotesize,series=\bfseries}
+\setbeamerfont*{author}{size=\footnotesize,series=\bfseries}
+\setbeamerfont*{institute}{parent=author}
+
+\setbeamerfont{section title}{series=\normalfont,size=\LARGE}
+\setbeamerfont{title in sidebar}{series=\bfseries}
+\setbeamerfont{author in sidebar}{series=\bfseries}
+\setbeamerfont{frametitle}{series=\mdseries}
+\setbeamerfont{block title}{size=\small}
+\setbeamerfont{block body}{size=\small}
+\setbeamerfont{block title example}{size=\small}
+\setbeamerfont{block body example}{size=\small}
+\setbeamerfont{block title alerted}{size=\small}
+\setbeamerfont{block body alerted}{size=\small}
+
+\setbeamerfont{lecture title}{series=\normalfont,size=\LARGE}
+
+\setbeamerfont{section in toc}{size=\normalsize}
+\setbeamerfont{subsection in toc}{size=\small}
+\setbeamerfont*{itemize/enumerate body}{size=\footnotesize}
+\setbeamerfont*{itemize/enumerate subbody}{parent=itemize/enumerate body}
+\setbeamerfont*{itemize/enumerate subsubbody}{parent=itemize/enumerate body}
+
+\mode<all>
+
+\endinput \ No newline at end of file