summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/schule/latex/schule.mod.Kuerzel.code.tex
blob: 8451b28d1a0ffcf451506989a1836566708d9da4 (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
% ********************************************************************
% Kürzel                                                             *
% ********************************************************************

% Allgemeine Kürzel
% ********************************************************************
\newcommand{\Lkr}{Lehr\-kraft\xspace}
\newcommand{\Lkre}{Lehr\-kräf\-te\xspace}
\newcommand{\Lpr}{Lehr\-per\-son\xspace}
\newcommand{\Lprn}{Lehr\-per\-so\-nen\xspace}
\newcommand{\EuE}{El\-tern und Er\-zie\-hungs\-be\-recht\-ig\-te\xspace}
\newcommand{\EuEn}{El\-tern und Er\-zie\-hungs\-be\-recht\-ig\-ten\xspace}
\newcommand{\EK}{Er\-wei\-ter\-ungs\-kurs\xspace}
\newcommand{\GK}{Grund\-kurs\xspace}
\newcommand{\LK}{Leis\-tungs\-kurs\xspace}
\newcommand{\EKe}{Er\-wei\-ter\-ungs\-kurse\xspace}
\newcommand{\GKe}{Grund\-kurse\xspace}
\newcommand{\LKe}{Leis\-tungs\-kurse\xspace}
\newcommand{\EKen}{Er\-wei\-ter\-ungs\-kursen\xspace}
\newcommand{\GKen}{Grund\-kursen\xspace}
\newcommand{\LKen}{Leis\-tungs\-kursen\xspace}

% Gegenderte Kürzel
% ********************************************************************

\IfEqCase{\schule@gendering}{
	% Gender-Gap
	{gap}{
		\newcommand{\SuS}{Schü\-ler\_in\-nen\xspace}
		\newcommand{\SuSn}{\SuS}
		\newcommand{\LuL}{Leh\-rer\_in\-nen\xspace}
		\newcommand{\LuLn}{\LuL}
		\newcommand{\KuK}{Kol\-leg\_in\-nen\xspace}
		\newcommand{\KuKn}{\KuK}
	}%
	% Gender-Stern
	{star}{
		\newcommand{\SuS}{Schü\-ler*in\-nen\xspace}
		\newcommand{\SuSn}{\SuS}
		\newcommand{\LuL}{Leh\-rer*in\-nen\xspace}
		\newcommand{\LuLn}{\LuL}
		\newcommand{\KuK}{Kol\-leg*en*in\-nen\xspace}
		\newcommand{\KuKn}{\KuK}
	}%
	% Binnen-I
	{binneni}{
		\newcommand{\SuS}{Schü\-lerIn\-nen\xspace}
		\newcommand{\SuSn}{\SuS}
		\newcommand{\LuL}{Leh\-rerIn\-nen\xspace}
		\newcommand{\LuLn}{\LuL}
		\newcommand{\KuK}{Kol\-legIn\-nen\xspace}
		\newcommand{\KuKn}{\KuK}
	}%
	% feminin
	{fem}{
		\newcommand{\SuS}{Schü\-ler\-in\-nen\xspace}
		\newcommand{\SuSn}{\SuS}
		\newcommand{\LuL}{Leh\-rer\xspace}
		\newcommand{\LuLn}{\LuL}
		\newcommand{\KuK}{Kol\-le\-gen\xspace}
		\newcommand{\KuKn}{\KuK}
	}%
	% maskulin
	{mas}{
		\newcommand{\SuS}{Schü\-ler\xspace}
		\newcommand{\SuSn}{Schü\-lern\xspace}
		\newcommand{\LuL}{Leh\-rer\xspace}
		\newcommand{\LuLn}{Leh\-rern\xspace}
		\newcommand{\KuK}{Kol\-le\-gen\xspace}
		\newcommand{\KuKn}{\KuK}
	}%
}[%
	% Sonst Splitting
	\newcommand{\SuS}{Schü\-ler\-in\-nen und Schü\-ler\xspace}
	\newcommand{\SuSn}{Schü\-ler\-in\-nen und Schü\-lern\xspace}
	\newcommand{\LuL}{Leh\-rer\-in\-nen und Leh\-rer\xspace}
	\newcommand{\LuLn}{Leh\-rer\-in\-nen und Leh\-rern\xspace}
	\newcommand{\KuK}{Kol\-leg\-in\-nen und Kol\-le\-gen\xspace}
	\newcommand{\KuKn}{\KuK}
]