summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/scrlfile.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/scrlfile.dtx')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/scrlfile.dtx12
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/scrlfile.dtx b/Master/texmf-dist/source/latex/koma-script/scrlfile.dtx
index 91a7eed35fe..63dfbd63ba2 100644
--- a/Master/texmf-dist/source/latex/koma-script/scrlfile.dtx
+++ b/Master/texmf-dist/source/latex/koma-script/scrlfile.dtx
@@ -64,7 +64,7 @@
%%% From File: scrlfile.dtx
%<*driver|scrlfile|load>
% \fi
-\def\scrlfileversion{2010/11/05 v3.08}
+\def\scrlfileversion{2011/02/11 v3.08a}
% \iffalse
%</driver|scrlfile|load>
%<*driver>
@@ -812,7 +812,7 @@
\endgroup
}%
\ifx\reserved@c\@empty
- \let\reserved@a\@gobbleopt
+ \let\reserved@a\scr@gobbleopt
\else
\edef\reserved@a{\noexpand\scrlfile@saved@RequirePackage[#1]{%
\expandafter\@gobble\reserved@c\@empty}}%
@@ -827,11 +827,13 @@
% \end{macro}
% \end{macro}
%
-% \begin{macro}{\@gobbleopt}
+% \begin{macro}{\scr@gobbleopt}
% \changes{v3.08}{2010/11/04}{New (internal)}
-% Several packages may define this. We hope it is same every time.
+% \changes{v3.08a}{2011/02/11}{\cs{@gobbleopt} renamed due to compaibility
+% problems with \texttt{ntheorem}}
+% Eat the optional argument if it exists.
% \begin{macrocode}
-\providecommand{\@gobbleopt}[1][]{}
+\newcommand{\scr@gobbleopt}[1][]{}
% \end{macrocode}
% \end{macro}
%