blob: 732c1c66093d04f404954d4136de8819f40eb307 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
% ********************************************************************
% * Paketoptionen *
% ********************************************************************
% Standardwerte
% ********************************************************************
\newcommand{\schule@lerngruppe}{}
\newcommand{\schule@nummer}{0}
\pgfkeys{
/schule/.cd,
lerngruppe/.store in=\schule@lerngruppe,
nummer/.store in=\schule@nummer,
}
|