summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/schule/schule.typ.Beurteilung.optionen.tex
blob: e6dd99702e1d57713de8174821d8d3da77bb27ec (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
% ********************************************************************
% * Paketoptionen                                                    *
% ********************************************************************

% Standardwerte
% ********************************************************************

\newboolean{schule@schullogo}

\newcommand{\schule@schulanschrift}{null}
\newcommand{\schule@schulstr}{null}
\newcommand{\schule@schulort}{null}

\pgfkeys{
	/schule/.cd,
	beurteilung/.store in=\schule@beurteilung,
	ref/.store in=\schule@ref,
	zeitraum/.store in=\schule@zeitraum,
	schulname/.store in=\schule@schulname,
	schulanschrift/.store in=\schule@schulanschrift,
	schulstr/.store in=\schule@schulstr,
	schulort/.store in=\schule@schulort,
	lehramt/.store in=\schule@lehramt,
%	schullogo/.value forbidden,
	schullogo/.code=\setboolean{schule@schullogo}{true},
}