diff options
author | Karl Berry <karl@freefriends.org> | 2011-07-26 21:10:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-07-26 21:10:40 +0000 |
commit | 2a067cc5db2ba195fbddc0d1ca943956193c3838 (patch) | |
tree | 7055d165f01c5bc141f34307297bf968a9097b59 /Master/texmf-dist/tex/latex/koma-script/scrbase.sty | |
parent | f2c6d830411bf218498811b17f93622bcf782e60 (diff) |
koma-script 3.09a (16jun11)
git-svn-id: svn://tug.org/texlive/trunk@23235 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/koma-script/scrbase.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/koma-script/scrbase.sty | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/koma-script/scrbase.sty b/Master/texmf-dist/tex/latex/koma-script/scrbase.sty index e563d128946..904c702015f 100644 --- a/Master/texmf-dist/tex/latex/koma-script/scrbase.sty +++ b/Master/texmf-dist/tex/latex/koma-script/scrbase.sty @@ -67,7 +67,7 @@ \fi } \fi - \@CheckKOMAScriptVersion{2011/04/02 v3.09 KOMA-Script}% + \@CheckKOMAScriptVersion{2011/06/16 v3.09a KOMA-Script}% \endgroup %%% From File: scrkbase.dtx \ProvidesPackage{% @@ -554,11 +554,16 @@ \scr@ifundefinedorrelax{KV@\@tempa @\scr@key@name}{}{% \scr@key@found@true \protected@edef\reserved@a{% - \noexpand\setkeys{\@tempa}{\scr@key@atlist}% - \noexpand\def\noexpand\@tempa{\@tempa}% - \noexpand\def\noexpand\scr@key@atlist{\scr@key@atlist}% - \noexpand\def\noexpand\scr@key@name{\scr@key@name}% - \noexpand\def\noexpand\scr@key@value{\scr@key@value}% + \noexpand\setkeys{\@tempa}{% + \unexpanded\expandafter{\scr@key@atlist}}% + \noexpand\def\noexpand\@tempa{% + \unexpanded\expandafter{\@tempa}}% + \noexpand\def\noexpand\scr@key@atlist{% + \unexpanded\expandafter{\scr@key@atlist}}% + \noexpand\def\noexpand\scr@key@name{% + \unexpanded\expandafter{\scr@key@name}}% + \noexpand\def\noexpand\scr@key@value{% + \unexpanded\expandafter{\scr@key@value}}% }% \reserved@a }% |