summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/koma-script/scrlfile.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/koma-script/scrlfile.sty')
-rw-r--r--Master/texmf-dist/tex/latex/koma-script/scrlfile.sty15
1 files changed, 11 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/koma-script/scrlfile.sty b/Master/texmf-dist/tex/latex/koma-script/scrlfile.sty
index 5849374f9e0..9381e05b9a2 100644
--- a/Master/texmf-dist/tex/latex/koma-script/scrlfile.sty
+++ b/Master/texmf-dist/tex/latex/koma-script/scrlfile.sty
@@ -38,16 +38,23 @@
%% find a complete unmodified copy of LaTeX2e at
%% <http://mirror.ctan.org/tex-archive/macros/latex/base/>.
%%
-%%% From File: $Id: scrlfile.dtx 3537 2020-09-14 07:30:10Z kohm $
+%%% From File: $Id: scrlfile.dtx 3565 2021-02-16 10:43:38Z kohm $
\ProvidesPackage{scrlfile}[%
- 2020/09/21 v3.32 KOMA-Script
+ 2021/03/17 v3.33 KOMA-Script
package
(file load hooks)]
-\@ifundefined{AddToHook}{%
+\@ifundefined{IfFormatAtLeastTF}{%
\RequirePackage{scrlfile-patcholdlatex}%
\RequirePackage{xparse}%
+ \ExplSyntaxOff
}{%
- \RequirePackage{scrlfile-hook}%
+ \IfFormatAtLeastTF{2020/10/01}{%
+ \RequirePackage{scrlfile-hook}%
+ }{%
+ \RequirePackage{scrlfile-patcholdlatex}%
+ \RequirePackage{xparse}%
+ \ExplSyntaxOff
+ }%
}
\DeclareOption{withdeprecated}{%
\RenewDocumentCommand\AfterClass{}{%