summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/schule/latex/schule.mod.Bewertung.optionen.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/schule/latex/schule.mod.Bewertung.optionen.tex')
-rw-r--r--macros/latex/contrib/schule/latex/schule.mod.Bewertung.optionen.tex7
1 files changed, 6 insertions, 1 deletions
diff --git a/macros/latex/contrib/schule/latex/schule.mod.Bewertung.optionen.tex b/macros/latex/contrib/schule/latex/schule.mod.Bewertung.optionen.tex
index 7f677862a0..d658947fc2 100644
--- a/macros/latex/contrib/schule/latex/schule.mod.Bewertung.optionen.tex
+++ b/macros/latex/contrib/schule/latex/schule.mod.Bewertung.optionen.tex
@@ -7,6 +7,8 @@
\newboolean{schule@erwartungshorizontAnzeigen}
\newboolean{schule@erwartungshorizontKeineSeiten}
\newboolean{schule@kmkPunkte}
+\newboolean{schule@notenOhneTendenz}
+
% Standardwerte
% ********************************************************************
@@ -44,4 +46,7 @@
erwartungshorizontStil/.store in=\schule@erwartungshorizontStil,
kmkPunkte/.value forbidden,
kmkPunkte/.code=\setboolean{schule@kmkPunkte}{true},
- notenschema/.store in=\schule@notenschema,}
+ notenschema/.store in=\schule@notenschema,
+ notenOhneTendenz/.value forbidden,
+ notenOhneTendenz/.code=\setboolean{schule@notenOhneTendenz}{true}
+}