summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/schule/source/Module/Format/optionen.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/schule/source/Module/Format/optionen.tex')
-rw-r--r--Master/texmf-dist/doc/latex/schule/source/Module/Format/optionen.tex29
1 files changed, 0 insertions, 29 deletions
diff --git a/Master/texmf-dist/doc/latex/schule/source/Module/Format/optionen.tex b/Master/texmf-dist/doc/latex/schule/source/Module/Format/optionen.tex
deleted file mode 100644
index 18ce532b1f8..00000000000
--- a/Master/texmf-dist/doc/latex/schule/source/Module/Format/optionen.tex
+++ /dev/null
@@ -1,29 +0,0 @@
-% ********************************************************************
-% * 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