summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/schule/source/Module/Bewertung/optionen.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/schule/source/Module/Bewertung/optionen.tex')
-rw-r--r--Master/texmf-dist/doc/latex/schule/source/Module/Bewertung/optionen.tex43
1 files changed, 0 insertions, 43 deletions
diff --git a/Master/texmf-dist/doc/latex/schule/source/Module/Bewertung/optionen.tex b/Master/texmf-dist/doc/latex/schule/source/Module/Bewertung/optionen.tex
deleted file mode 100644
index 8175b3fcfd1..00000000000
--- a/Master/texmf-dist/doc/latex/schule/source/Module/Bewertung/optionen.tex
+++ /dev/null
@@ -1,43 +0,0 @@
-% ********************************************************************
-% * Paketoptionen *
-% ********************************************************************
-
-% Boolesche Optionen
-% ********************************************************************
-\newboolean{schule@erwartungshorizontAnzeigen}
-\newboolean{schule@kmkPunkte}
-
-% Standardwerte
-% ********************************************************************
-\newcommand{\schule@erwartungshorizontStil}{standard}
-\newcommand{\schule@notenschema}{%
- 15 = .95, %
- 14 = .9, %
- 13 = .85, %
- 12 = .8, %
- 11 = .75, %
- 10 = .7, %
- 9 = .65, %
- 8 = .6, %
- 7 = .55, %
- 6 = .5, %
- 5 = .45, %
- 4 = .39, %
- 3 = .33, %
- 2 = .27, %
- 1 = .2 %
-}
-
-
-% Optionsdefinitionen
-% ********************************************************************
-\pgfkeys{
- /schule/.cd,
- erwartungshorizontAnzeigen/.value forbidden,
- erwartungshorizontAnzeigen/.code=\setboolean{%
- schule@erwartungshorizontAnzeigen}{true},
- erwartungshorizontPunkteDatei/.store in=\schule@erwartungshorizontPunkteDatei,
- erwartungshorizontStil/.store in=\schule@erwartungshorizontStil,
- kmkPunkte/.value forbidden,
- kmkPunkte/.code=\setboolean{schule@kmkPunkte}{true},
- notenschema/.store in=\schule@notenschema,}