texlive[57154] Master/texmf-dist: firstaid (16dec20)

commits+karl at tug.org commits+karl at tug.org
Wed Dec 16 22:32:01 CET 2020


Revision: 57154
          http://tug.org/svn/texlive?view=revision&revision=57154
Author:   karl
Date:     2020-12-16 22:32:01 +0100 (Wed, 16 Dec 2020)
Log Message:
-----------
firstaid (16dec20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/firstaid/changes.txt
    trunk/Master/texmf-dist/doc/latex/firstaid/latex2e-first-aid-for-external-files.pdf
    trunk/Master/texmf-dist/source/latex/firstaid/latex2e-first-aid-for-external-files.dtx
    trunk/Master/texmf-dist/tex/latex/firstaid/latex2e-first-aid-for-external-files.ltx

Modified: trunk/Master/texmf-dist/doc/latex/firstaid/changes.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/firstaid/changes.txt	2020-12-16 21:31:40 UTC (rev 57153)
+++ trunk/Master/texmf-dist/doc/latex/firstaid/changes.txt	2020-12-16 21:32:01 UTC (rev 57154)
@@ -1,3 +1,9 @@
+2020-12-14  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
+
+	* 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  <Frank.Mittelbach at latex-project.org>
 
 	* latex2e-first-aid-for-external-files.dtx:

Modified: trunk/Master/texmf-dist/doc/latex/firstaid/latex2e-first-aid-for-external-files.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/firstaid/latex2e-first-aid-for-external-files.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/firstaid/latex2e-first-aid-for-external-files.dtx	2020-12-16 21:31:40 UTC (rev 57153)
+++ trunk/Master/texmf-dist/source/latex/firstaid/latex2e-first-aid-for-external-files.dtx	2020-12-16 21:32:01 UTC (rev 57154)
@@ -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 at originalshipout 
-  \cs_set_eq:NN \pgfpages at originalshipout \tex_shipout:D
-  \cs_set_eq:NN \tex_shipout:D \pgfpages at interceptshipout
+\AddToHook{file/after/pgfmorepages.sty}[firstaid]{
+  \cs_set_nopar:Npn \pgfhookintoshipout {
+    \cs_set_eq:NN \pgfpages at originalshipout \tex_shipout:D
+    \cs_set_eq:NN \tex_shipout:D \pgfpages at interceptshipout
+  }
 }
 \ExplSyntaxOff
 %    \end{macrocode}

Modified: trunk/Master/texmf-dist/tex/latex/firstaid/latex2e-first-aid-for-external-files.ltx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/firstaid/latex2e-first-aid-for-external-files.ltx	2020-12-16 21:31:40 UTC (rev 57153)
+++ trunk/Master/texmf-dist/tex/latex/firstaid/latex2e-first-aid-for-external-files.ltx	2020-12-16 21:32:01 UTC (rev 57154)
@@ -33,8 +33,8 @@
 %% File: latex2e-first-aid-for-external-files.dtx (C) Copyright 2020
 %% The LaTeX Project and any individual authors listed elsewhere
 %% in this file.
-\def\LaTeXFirstAidDate{2020/10/29}
-\def\LaTeXFirstAidVersion{v1.0h}
+\def\LaTeXFirstAidDate{2020/12/14}
+\def\LaTeXFirstAidVersion{v1.0i}
 \ProvidesFile{latex2e-first-aid-for-external-files.ltx}
              [\LaTeXFirstAidDate\space \LaTeXFirstAidVersion\space
                LaTeX kernel fixes to external files and packages]
@@ -71,10 +71,11 @@
 }
 \ExplSyntaxOff
 \ExplSyntaxOn
-\AddToHook{file/after/pgfmorepages.sty}[firstaid]{%
-  \cs_gset_eq:NN \shipout \pgfpages at originalshipout
-  \cs_set_eq:NN \pgfpages at originalshipout \tex_shipout:D
-  \cs_set_eq:NN \tex_shipout:D \pgfpages at interceptshipout
+\AddToHook{file/after/pgfmorepages.sty}[firstaid]{
+  \cs_set_nopar:Npn \pgfhookintoshipout {
+    \cs_set_eq:NN \pgfpages at originalshipout \tex_shipout:D
+    \cs_set_eq:NN \tex_shipout:D \pgfpages at interceptshipout
+  }
 }
 \ExplSyntaxOff
 \endinput



More information about the tex-live-commits mailing list.