summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/plautopatch
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-12-07 21:23:39 +0000
committerKarl Berry <karl@freefriends.org>2021-12-07 21:23:39 +0000
commitfde45c3e85a76f4c4ca7699a062c6168c4512847 (patch)
tree2c5566bbcb4785e678a62cb72131ad3ecf50f551 /Master/texmf-dist/tex/latex/plautopatch
parent8c688bf5987d34dc433931b968f1bd5cad0e8592 (diff)
plautopatch (7dec21)
git-svn-id: svn://tug.org/texlive/trunk@61240 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/plautopatch')
-rw-r--r--Master/texmf-dist/tex/latex/plautopatch/plarydshln.sty2
-rw-r--r--Master/texmf-dist/tex/latex/plautopatch/plautopatch.sty12
-rw-r--r--Master/texmf-dist/tex/latex/plautopatch/pxstfloats.sty2
3 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/plautopatch/plarydshln.sty b/Master/texmf-dist/tex/latex/plautopatch/plarydshln.sty
index a2bef7a2863..538fc11ea26 100644
--- a/Master/texmf-dist/tex/latex/plautopatch/plarydshln.sty
+++ b/Master/texmf-dist/tex/latex/plautopatch/plarydshln.sty
@@ -9,7 +9,7 @@
% * arydshln.sty
% (2004/08/31 v1.71 -- 2019/02/21 v1.76)
% * plcore.ltx in platex
-% (2001/09/26 v1.2a -- 2021/03/25 v1.3i)
+% (2001/09/26 v1.2a -- 2021/06/03 v1.3j)
%
%% package declaration
diff --git a/Master/texmf-dist/tex/latex/plautopatch/plautopatch.sty b/Master/texmf-dist/tex/latex/plautopatch/plautopatch.sty
index bc1c794f425..347dc2f0a2e 100644
--- a/Master/texmf-dist/tex/latex/plautopatch/plautopatch.sty
+++ b/Master/texmf-dist/tex/latex/plautopatch/plautopatch.sty
@@ -8,7 +8,7 @@
\NeedsTeXFormat{LaTeX2e}% not pLaTeX2e on purpose!
\ProvidesPackage{plautopatch}
- [2021/05/31 v0.9p Automated patches for pLaTeX/upLaTeX]
+ [2021/12/07 v0.9q Automated patches for pLaTeX/upLaTeX]
\ifx\pfmtname\@undefined
\PackageInfo{plautopatch}{%
@@ -35,11 +35,15 @@
\RequirePackage{filehook}
\let\platpc@ExecuteAfterPackage=\AtEndOfPackageFile
\let\platpc@ExecuteBeforePackage=\AtBeginOfPackageFile
-\else
- % LaTeX2e 2020-10-01 or newer
+\else\ifx\ActivateGenericHook\@undefined
+ % between LaTeX2e 2020-10-01 and LaTeX2e 2021-11-15
\def\platpc@ExecuteAfterPackage#1{\AddToHook{package/after/#1}}
\def\platpc@ExecuteBeforePackage#1{\AddToHook{package/before/#1}}
-\fi
+\else
+ % LaTeX2e 2021-11-15 or newer
+ \def\platpc@ExecuteAfterPackage#1{\AddToHook{package/#1/after}}
+ \def\platpc@ExecuteBeforePackage#1{\AddToHook{package/#1/before}}
+\fi\fi
% low-level helpers
diff --git a/Master/texmf-dist/tex/latex/plautopatch/pxstfloats.sty b/Master/texmf-dist/tex/latex/plautopatch/pxstfloats.sty
index 95769fc0c49..353f0c0b5e6 100644
--- a/Master/texmf-dist/tex/latex/plautopatch/pxstfloats.sty
+++ b/Master/texmf-dist/tex/latex/plautopatch/pxstfloats.sty
@@ -10,7 +10,7 @@
% * stfloats.sty in sttools
% (2012/05/29 v1.1 -- 2017/03/27 v3.3)
% * plcore.ltx in platex
-% (2001/09/26 v1.2a -- 2021/03/25 v1.3i)
+% (2001/09/26 v1.2a -- 2021/06/03 v1.3j)
% Many thanks to lltjp-stfloats.sty in LuaTeX-ja project.
%