summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/scrextend.dtx
diff options
context:
space:
mode:
authorDr. Clea F. Rees <cfrees@imapmail.org>2008-12-10 20:53:15 +0000
committerDr. Clea F. Rees <cfrees@imapmail.org>2008-12-10 20:53:15 +0000
commite580f05b6906cceb59c89211eb69c02b58b2d35d (patch)
tree66ecd115df66a84f35ac0458d18842214e42ba55 /Master/texmf-dist/source/latex/koma-script/scrextend.dtx
parent2e59afec9907d090fa6cb3d54066333df8826741 (diff)
koma-script update 2008/12/10
git-svn-id: svn://tug.org/texlive/trunk@11586 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/scrextend.dtx')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/scrextend.dtx11
1 files changed, 10 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/scrextend.dtx b/Master/texmf-dist/source/latex/koma-script/scrextend.dtx
index e8af790048f..d6b30118c71 100644
--- a/Master/texmf-dist/source/latex/koma-script/scrextend.dtx
+++ b/Master/texmf-dist/source/latex/koma-script/scrextend.dtx
@@ -1,4 +1,4 @@
-% \CheckSum{57}
+% \CheckSum{69}
% \iffalse meta-comment
% ======================================================================
% scrextend.dtx
@@ -119,6 +119,7 @@
%
% \begin{macro}{\scr@ext@activate}
% \begin{macro}{\scr@ext@activateable}
+% \begin{macro}{\scr@ext@addto@activateable}
% \begin{sloppypar}
% Einige Dinge werden nur dann definiert, wenn dies gefordert ist. Dazu werden
% die entsprechenden Definitionen in das zweite Argument von
@@ -145,9 +146,17 @@
\newcommand*{\scr@ext@activateable}[1]{%
\expandafter\newcommand\expandafter*\csname scr@ext@activate@#1\endcsname
}
+\newcommand*{\scr@ext@addto@activateable}[1]{%
+ \scr@ifundefinedorrelax{scr@ext@activate@#1}{%
+ \expandafter\newcommand\expandafter*\csname scr@ext@activate@#1\endcsname
+ }{%
+ \expandafter\g@addto@macro\csname scr@ext@activate@#1\endcsname
+ }%
+}
% \end{macrocode}
% \end{macro}
% \end{macro}
+% \end{macro}
%
% \iffalse
%</prepare>