summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/schule/latex/schule.mod.Metadaten.optionen.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/schule/latex/schule.mod.Metadaten.optionen.tex')
-rw-r--r--macros/latex/contrib/schule/latex/schule.mod.Metadaten.optionen.tex14
1 files changed, 14 insertions, 0 deletions
diff --git a/macros/latex/contrib/schule/latex/schule.mod.Metadaten.optionen.tex b/macros/latex/contrib/schule/latex/schule.mod.Metadaten.optionen.tex
new file mode 100644
index 0000000000..732c1c6609
--- /dev/null
+++ b/macros/latex/contrib/schule/latex/schule.mod.Metadaten.optionen.tex
@@ -0,0 +1,14 @@
+% ********************************************************************
+% * Paketoptionen *
+% ********************************************************************
+
+% Standardwerte
+% ********************************************************************
+\newcommand{\schule@lerngruppe}{}
+\newcommand{\schule@nummer}{0}
+
+\pgfkeys{
+ /schule/.cd,
+ lerngruppe/.store in=\schule@lerngruppe,
+ nummer/.store in=\schule@nummer,
+} \ No newline at end of file