summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/schule/latex/schule.mod.Format.optionen.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/schule/latex/schule.mod.Format.optionen.tex')
-rw-r--r--macros/latex/contrib/schule/latex/schule.mod.Format.optionen.tex29
1 files changed, 29 insertions, 0 deletions
diff --git a/macros/latex/contrib/schule/latex/schule.mod.Format.optionen.tex b/macros/latex/contrib/schule/latex/schule.mod.Format.optionen.tex
new file mode 100644
index 0000000000..18ce532b1f
--- /dev/null
+++ b/macros/latex/contrib/schule/latex/schule.mod.Format.optionen.tex
@@ -0,0 +1,29 @@
+% ********************************************************************
+% * Paketoptionen *
+% ********************************************************************
+
+% Boolesche Optionen
+% ********************************************************************
+\newboolean{schule@farbig}
+\newboolean{schule@datumAnzeigen}
+\newboolean{schule@namensfeldAnzeigen}
+
+% Standardwerte
+% ********************************************************************
+\newcommand{\schule@seitenzahlen}{autoGesamt}
+\newcommand{\schule@zitate}{guillemets}
+
+% Definition der Paketoptionen
+% ********************************************************************
+\pgfkeys{
+ /schule/.cd,
+ seitenzahlen/.store in=\schule@seitenzahlen,
+ zitate/.store in=\schule@zitate,
+ datumAnzeigen/.value forbidden,
+ datumAnzeigen/.code=\setboolean{schule@datumAnzeigen}{true},
+ namensfeldAnzeigen/.value forbidden,
+ namensfeldAnzeigen/.code=\setboolean{schule@namensfeldAnzeigen}%
+ {true},
+ farbig/.value forbidden,
+ farbig/.code=\setboolean{schule@farbig}{true},
+} \ No newline at end of file