summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/einfuehrung/DEoptions.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-06-06 21:17:25 +0000
committerKarl Berry <karl@freefriends.org>2020-06-06 21:17:25 +0000
commit551fe15ca11050a7caa257e04c7c1fb71670bce9 (patch)
tree2f68c52588c9f4f569ed7b6de1ecfa9d00cb1219 /Master/texmf-dist/doc/latex/einfuehrung/DEoptions.sty
parentc8375e36ae4c62d7fbadda045786e139456237e8 (diff)
rm einfuehrung, author request
git-svn-id: svn://tug.org/texlive/trunk@55445 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/einfuehrung/DEoptions.sty')
-rw-r--r--Master/texmf-dist/doc/latex/einfuehrung/DEoptions.sty51
1 files changed, 0 insertions, 51 deletions
diff --git a/Master/texmf-dist/doc/latex/einfuehrung/DEoptions.sty b/Master/texmf-dist/doc/latex/einfuehrung/DEoptions.sty
deleted file mode 100644
index d625f6c5ef5..00000000000
--- a/Master/texmf-dist/doc/latex/einfuehrung/DEoptions.sty
+++ /dev/null
@@ -1,51 +0,0 @@
-% $Id: DEoptions.sty 574 2011-09-05 08:17:17Z herbert $
-% Copyright 2011 by Herbert Voss
-%
-% This file may be distributed and/or modified
-%
-% 1. under the LaTeX Project Public License and/or
-% 2. under the GNU Public License.
-%
-% See the file doc/licenses/LICENSE for more details.
-
-\RequirePackage{keyval}[1997/11/10]
-
-\def\ProcessOptionsExa{%
- \let\@tempa\@empty
- \ifx\@currext\@clsextension%
- \else
- \@for\CurrentOption:=\@classoptionslist\do{%
- \@ifundefined{KV@\@currname @\CurrentOption}%
- {}{\edef\@tempa{\@tempa,\CurrentOption,}}}%
- \fi
- \edef\@tempa{%
- \noexpand\setkeys{\@currname}{\@tempa\@ptionlist{\@currname.\@currext}}}%
- \let\exa@origkverr\KV@err%
- \ifx\@currext\@clsextension\let\KV@errx=\@gobble\fi% never mind
- \@tempa%
- \let\KV@err\exa@origkverr%
- \AtEndOfPackage{\let\@unprocessedoptions\relax}}
-
-\def\ExecuteOptionsExa#1{\setkeys{\@currname}{#1}}
-\def\DeclareOptionExa#1{\@ifnextchar[{\exa@dokv{#1}}{\exa@dokv{#1}[]}}
-\long\def\exa@dokv#1[#2]#3{\define@key{\@currname}{#1}[{#2}]{#3}}
-
-\def\exa@filterclassoptions{%
- \def\exa@filteredclassoptionslist{}
- \@for\CurrentOption:=\@classoptionslist\do{%
- \ifx\CurrentOption\@empty\else
- \@expandtwoargs\in@{=}{\CurrentOption}%
- \ifin@
- \else
- \edef\exa@filteredclassoptionslist{%
- \exa@filteredclassoptionslist,\CurrentOption}
- \fi
- \fi
- }%
- \let\@classoptionslist=\exa@filteredclassoptionslist%
-}
-
-\newcommand\defexaoption{\define@key{exa@option}}
-\newcommand\setexaoption{\setkeys{exa@option}}
-
-\endinput \ No newline at end of file