summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bfh-ci/bfh-factsheet.cfg
blob: 0639934526cfab001d2327ad9964c3c84d2b97f6 (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
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
%% This is file `bfh-factsheet.cfg' version 2.1.0 (2022/01/24),
%% it is part of
%% BFH-CI -- Corporate Design for Bern University of Applied Sciences
%% ----------------------------------------------------------------------------
%%
%%  Copyright (C) 2021–2022 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!
%%
%% ============================================================================
%%
\ProvidesFile{bfh-factsheet.cfg}[2022/01/24 v2.1.0 factsheet configuration for bfhlayout]
\KOMAoptions{headsepline=false}
\clearpairofpagestyles

\savegeometry{BFH-base}

\geometry{top=\g_ptxcd_topLogoMargin_dim,headheight=\box_ht:N \g__ptxcd_logo_box}

\savegeometry{BFH-headlineLogo}

\loadgeometry{BFH-base}

\NewDocumentCommand{\enableHeadLineLogo}{s}{
	\loadgeometry{BFH-headlineLogo}
	\IfBooleanTF{#1}{
		\pagestyle{bfh-headlinelogos}
	}{
		\pagestyle{bfh-headlinelogo}
	}
}

\newcommand*{\disableHeadlineLogo}{
	\loadgeometry{BFH-base}
	\pagestyle{scrheadings}
}

%
\DeclareNewLayer[
	clone=title.BFH.logo,
	contents={\putLL{\box_use:N \g__ptxcd_logo_box}}
]{BFH.headlinelogo}

\DeclareNewLayer[
	clone=title.BFH.partnerlogo,
]{BFH.headlinepartnerlogo}

\DeclarePageStyleByLayers{bfh-headlinelogo}{scrheadings.foot.oneside,scrheadings.foot.odd,scrheadings.foot.even,BFH.headlinelogo}

\DeclarePageStyleByLayers{bfh-headlinelogos}{scrheadings.foot.oneside,scrheadings.foot.odd,scrheadings.foot.even,BFH.headlinelogo,BFH.headlinepartnerlogo}

\setkomafont{pageheadfoot}{\usekomafont{titlefooter}}

\ifoot{\@titlefooterleft}
\ofoot{\@titlefooterright}

\setcounter{secnumdepth}{-1}

\setkomafont{section}{\usekomafont{title}}
\setkomafont{subsection}{\Large}

%compact lists
\renewcommand*{\labelitemi}{–}
\edef\@list@extra{\@list@extra\topsep\z@\parsep\z@\itemsep\z@}
\setlength{\leftmarginiv}{\leftmarginiii}
\setlength{\leftmarginiii}{\leftmarginii}
\setlength{\leftmarginii}{\leftmargini}
\setlength{\leftmargini}{\dimexpr.5em+1ex}

\endinput