summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/koma-script/source/scrlfile.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/koma-script/source/scrlfile.dtx')
-rw-r--r--macros/latex/contrib/koma-script/source/scrlfile.dtx11
1 files changed, 8 insertions, 3 deletions
diff --git a/macros/latex/contrib/koma-script/source/scrlfile.dtx b/macros/latex/contrib/koma-script/source/scrlfile.dtx
index 11809c20fe..c6d2029586 100644
--- a/macros/latex/contrib/koma-script/source/scrlfile.dtx
+++ b/macros/latex/contrib/koma-script/source/scrlfile.dtx
@@ -40,12 +40,12 @@
% Dieses Werk besteht aus den in manifest.txt aufgefuehrten Dateien.
% ======================================================================
%
-%%% From File: $Id: scrlfile.dtx 3565 2021-02-16 10:43:38Z kohm $
+%%% From File: $Id: scrlfile.dtx 3625 2021-10-31 12:45:26Z kohm $
%<*dtx>
\ifx\ProvidesFile\undefined\def\ProvidesFile#1[#2]{}\fi
\begingroup
\def\filedate$#1: #2-#3-#4 #5${\gdef\filedate{#2/#3/#4}}
- \filedate$Date: 2021-02-16 11:43:38 +0100 (Tue, 16 Feb 2021) $
+ \filedate$Date: 2021-10-31 13:45:26 +0100 (Sun, 31 Oct 2021) $
\def\filerevision$#1: #2 ${\gdef\filerevision{r#2}}
\filerevision$Revision: 2631 $
\edef\reserved@a{%
@@ -157,11 +157,16 @@
% \changes{v3.33}{2021/02/16}{workaround for \textsf{xparse} bug}
% Explicitly switch of \textsf{expl} syntax because of a
% \textsf{xparse-2020-10-01} bug in version 2020-02-02.
+% \changes{v3.35}{2021/10/31}{new variant because of \LaTeX{} kernel change}
% \begin{macrocode}
\ExplSyntaxOff
}{%
\IfFormatAtLeastTF{2020/10/01}{%
- \RequirePackage{scrlfile-hook}%
+ \IfFormatAtLeastTF{2021/11/15}{%
+ \RequirePackage{scrlfile-hook}%
+ }{%
+ \RequirePackage{scrlfile-hook-3.34}%
+ }%
}{%
\RequirePackage{scrlfile-patcholdlatex}%
\RequirePackage{xparse}%