summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/koma-script/scrlfile.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-04-04 23:13:58 +0000
committerKarl Berry <karl@freefriends.org>2007-04-04 23:13:58 +0000
commit888ae3d22c5cc3e52846f37f393da7fef4933b3a (patch)
treecedfea63f8b31a8ac88cc2f1cedb61b57ada5176 /Master/texmf-dist/tex/latex/koma-script/scrlfile.sty
parent4685491332938d1963868c9e1c57f293fbada1de (diff)
koma-script update
git-svn-id: svn://tug.org/texlive/trunk@4116 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.sty10
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/koma-script/scrlfile.sty b/Master/texmf-dist/tex/latex/koma-script/scrlfile.sty
index 53ec2056688..5e198a35254 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{2006/07/19 v2.96}
+\def\scrlfileversion{2007/03/07 v2.97a}
\ProvidesPackage{scrlfile}[%
\scrlfileversion\space KOMA-Script package (loading files)]
\typeout{Package scrlfile, \csname ver@scrlfile.sty\endcsname%
@@ -71,16 +71,20 @@
\scr@load@hook{after}{#1}%
}}%
}
+\newcommand*{\scr@@loadwithoptions}{}
\newcommand*{\scr@loadwithoptions}{}
\let\scr@loadwithoptions\@loadwithoptions
\renewcommand*{\@loadwithoptions}[3]{%
\begingroup\expandafter\expandafter\expandafter\endgroup
\expandafter\ifx\csname #3.#1-@aliasname\endcsname\relax
- \scr@loadwithoptions{#1}{#2}{#3}%
+ \def\scr@@loadwithoptions{\scr@loadwithoptions{#1}{#2}{#3}}%
\else
\scr@replacefile@msg{\csname #3.#1-@aliasname\endcsname.#1}{#3.#1}%
- \@loadwithoptions{#1}{#2}{\csname #3.#1-@aliasname\endcsname}%
+ \def\scr@@loadwithoptions{%
+ \@loadwithoptions{#1}{#2}{\csname #3.#1-@aliasname\endcsname}%
+ }%
\fi
+ \scr@@loadwithoptions
}
\newcommand*{\scr@onefilewithoptions}{}
\let\scr@onefilewithoptions\@onefilewithoptions