summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/schule/latex/schule.typ.leit.optionen.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/schule/latex/schule.typ.leit.optionen.tex')
-rw-r--r--macros/latex/contrib/schule/latex/schule.typ.leit.optionen.tex22
1 files changed, 22 insertions, 0 deletions
diff --git a/macros/latex/contrib/schule/latex/schule.typ.leit.optionen.tex b/macros/latex/contrib/schule/latex/schule.typ.leit.optionen.tex
new file mode 100644
index 0000000000..de07149592
--- /dev/null
+++ b/macros/latex/contrib/schule/latex/schule.typ.leit.optionen.tex
@@ -0,0 +1,22 @@
+% ********************************************************************
+% * Paketoptionen *
+% ********************************************************************
+
+% Boolesche Optionen
+% ********************************************************************
+\newboolean{schule@loesunglink}
+\setboolean{schule@loesunglink}{true}
+\newboolean{schule@hinweislink}
+\setboolean{schule@hinweislink}{true}
+
+% Optionsdefinitionen
+% ********************************************************************
+\pgfkeys{
+ /schule/.cd,
+ loesungLinkVerbergen/.value forbidden,
+ loesungLinkVerbergen/.code=\setboolean{%
+ schule@loesunglink}{false},
+ hinweisLinkVerbergen/.value forbidden,
+ hinweisLinkVerbergen/.code=\setboolean{%
+ schule@hinweislink}{false},
+}