From 69b64e1de8e6fdcce00047e99369a1ea498a99dd Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 17 Dec 2020 03:00:52 +0000 Subject: CTAN sync 202012170300 --- macros/latex/required/firstaid/changes.txt | 6 ++++++ .../latex2e-first-aid-for-external-files.dtx | 17 +++++++++-------- .../latex2e-first-aid-for-external-files.pdf | Bin 215614 -> 201643 bytes 3 files changed, 15 insertions(+), 8 deletions(-) (limited to 'macros/latex/required/firstaid') diff --git a/macros/latex/required/firstaid/changes.txt b/macros/latex/required/firstaid/changes.txt index d149c92299..5d70ebc2cb 100644 --- a/macros/latex/required/firstaid/changes.txt +++ b/macros/latex/required/firstaid/changes.txt @@ -1,3 +1,9 @@ +2020-12-14 Frank Mittelbach + + * latex2e-first-aid-for-external-files.dtx: + bandage for pgfmorepages got detached, so need to adjust the first + aid (gh/455) + 2020-10-29 Frank Mittelbach * latex2e-first-aid-for-external-files.dtx: diff --git a/macros/latex/required/firstaid/latex2e-first-aid-for-external-files.dtx b/macros/latex/required/firstaid/latex2e-first-aid-for-external-files.dtx index 384242e82c..9dcedaf435 100644 --- a/macros/latex/required/firstaid/latex2e-first-aid-for-external-files.dtx +++ b/macros/latex/required/firstaid/latex2e-first-aid-for-external-files.dtx @@ -30,7 +30,7 @@ % % \providecommand\pkg[1]{\texttt{#1}} % -% \title{First aid for external files and packages that need updating\thanks{}} +% \title{First aid for external files and packages that need updating} % \author{Frank Mittelbach, \LaTeX{} Project} % % \maketitle @@ -110,8 +110,8 @@ % \end{macrocode} % % \begin{macrocode} -\def\LaTeXFirstAidDate{2020/10/29} -\def\LaTeXFirstAidVersion{v1.0h} +\def\LaTeXFirstAidDate{2020/12/14} +\def\LaTeXFirstAidVersion{v1.0i} % \end{macrocode} % % \begin{macrocode} @@ -383,14 +383,15 @@ \ExplSyntaxOff % \end{macrocode} % -% Same issue with \pkg{pgfmorepages}. +% Same issue with \pkg{pgfmorepages} but slightly different implementation (sigh). % % \begin{macrocode} \ExplSyntaxOn -\AddToHook{file/after/pgfmorepages.sty}[firstaid]{% - \cs_gset_eq:NN \shipout \pgfpages@originalshipout - \cs_set_eq:NN \pgfpages@originalshipout \tex_shipout:D - \cs_set_eq:NN \tex_shipout:D \pgfpages@interceptshipout +\AddToHook{file/after/pgfmorepages.sty}[firstaid]{ + \cs_set_nopar:Npn \pgfhookintoshipout { + \cs_set_eq:NN \pgfpages@originalshipout \tex_shipout:D + \cs_set_eq:NN \tex_shipout:D \pgfpages@interceptshipout + } } \ExplSyntaxOff % \end{macrocode} diff --git a/macros/latex/required/firstaid/latex2e-first-aid-for-external-files.pdf b/macros/latex/required/firstaid/latex2e-first-aid-for-external-files.pdf index 5bd38056bd..6affd3174a 100644 Binary files a/macros/latex/required/firstaid/latex2e-first-aid-for-external-files.pdf and b/macros/latex/required/firstaid/latex2e-first-aid-for-external-files.pdf differ -- cgit v1.2.3