diff options
author | Karl Berry <karl@freefriends.org> | 2007-12-26 22:26:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-12-26 22:26:13 +0000 |
commit | d892fc1b7f46275b1e5c291db0305eac83abe9e3 (patch) | |
tree | 50dac7763bbe931304c867a5da111a3f324b0a89 /Master/texmf-dist/tex/latex/koma-script/scrlfile.sty | |
parent | adb11f7c6718f766a22dbb2ce1b196a36acc197d (diff) |
koma-script update (25dec07)
git-svn-id: svn://tug.org/texlive/trunk@5924 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/koma-script/scrlfile.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/koma-script/scrlfile.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/koma-script/scrlfile.sty b/Master/texmf-dist/tex/latex/koma-script/scrlfile.sty index 5e198a35254..390c3b16720 100644 --- a/Master/texmf-dist/tex/latex/koma-script/scrlfile.sty +++ b/Master/texmf-dist/tex/latex/koma-script/scrlfile.sty @@ -41,7 +41,7 @@ %% standard classes created by The LaTeX3 Project 1994-1996. %% %%% From File: scrlfile.dtx -\def\scrlfileversion{2007/03/07 v2.97a} +\def\scrlfileversion{2007/12/18 v2.98} \ProvidesPackage{scrlfile}[% \scrlfileversion\space KOMA-Script package (loading files)] \typeout{Package scrlfile, \csname ver@scrlfile.sty\endcsname% @@ -91,13 +91,13 @@ \def\@onefilewithoptions#1[#2][#3]#4{% \begingroup\expandafter\expandafter\expandafter\endgroup \expandafter\ifx\csname #1.#4-@aliasname\endcsname\relax - \scr@onefilewithoptions{#1}[{#2}][{#3}]{#4}% + \def\scr@@onefilewithoptions{\scr@onefilewithoptions{#1}}% \else \scr@replacefile@msg{\csname #1.#4-@aliasname\endcsname.#4}{#1.#4}% - \expandafter\@onefilewithoptions\expandafter{% - \csname #1.#4-@aliasname\endcsname - }[{#2}][{#3}]{#4}% + \edef\scr@@onefilewithoptions{% + \noexpand\@onefilewithoptions{\csname #1.#4-@aliasname\endcsname}}% \fi + \scr@@onefilewithoptions[{#2}][{#3}]{#4}% } \newcommand*{\ReplaceFile}[2]{% \expandafter\edef\csname #1-@alias\endcsname{#2}% @@ -112,7 +112,7 @@ \@replacefilewithext{#1}{#2}\@clsextension } \newcommand*{\scr@replacefile@msg}[2]{% - \PackageInfo{scrlfile}{inputting `#1' instead of `#2'}% + \PackageInfo{scrlfile}{inputing `#1' instead of `#2'}% } \newcommand*{\scr@load@hook}[2]{% \@ifundefined{#2-@#1}{}{% |