summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/schule/schule.mod.Bewertung.optionen.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-08-23 23:12:12 +0000
committerKarl Berry <karl@freefriends.org>2018-08-23 23:12:12 +0000
commit3562d0088e82c4d4c9086f03b6d0284a9af2f8f9 (patch)
treee1677d059d3bbb81d949159a778776709743a716 /Master/texmf-dist/tex/latex/schule/schule.mod.Bewertung.optionen.tex
parentaca434905fcf7943059a6c07ec141bf7de7e7ac4 (diff)
schule (23aug18)
git-svn-id: svn://tug.org/texlive/trunk@48471 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/schule/schule.mod.Bewertung.optionen.tex')
-rw-r--r--Master/texmf-dist/tex/latex/schule/schule.mod.Bewertung.optionen.tex43
1 files changed, 43 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/schule/schule.mod.Bewertung.optionen.tex b/Master/texmf-dist/tex/latex/schule/schule.mod.Bewertung.optionen.tex
new file mode 100644
index 00000000000..8175b3fcfd1
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/schule/schule.mod.Bewertung.optionen.tex
@@ -0,0 +1,43 @@
+% ********************************************************************
+% * 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,}