diff options
author | Karl Berry <karl@freefriends.org> | 2018-08-23 23:12:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-08-23 23:12:12 +0000 |
commit | 3562d0088e82c4d4c9086f03b6d0284a9af2f8f9 (patch) | |
tree | e1677d059d3bbb81d949159a778776709743a716 /Master/texmf-dist/tex/latex/schule/schule.mod.Format.optionen.tex | |
parent | aca434905fcf7943059a6c07ec141bf7de7e7ac4 (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.Format.optionen.tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/schule/schule.mod.Format.optionen.tex | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/schule/schule.mod.Format.optionen.tex b/Master/texmf-dist/tex/latex/schule/schule.mod.Format.optionen.tex new file mode 100644 index 00000000000..18ce532b1f8 --- /dev/null +++ b/Master/texmf-dist/tex/latex/schule/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 |