[latex3-commits] [git/LaTeX3-latex3-latex2e] main: Disable l3backend additions to shipout/firstpage hook (b450d7c5)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Jul 12 22:04:04 CEST 2021


Repository : https://github.com/latex3/latex2e
On branch  : main
Link       : https://github.com/latex3/latex2e/commit/b450d7c596b7df633e977b5013997608914eade8

>---------------------------------------------------------------

commit b450d7c596b7df633e977b5013997608914eade8
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Jul 12 21:04:04 2021 +0100

    Disable l3backend additions to shipout/firstpage hook


>---------------------------------------------------------------

b450d7c596b7df633e977b5013997608914eade8
 support/test209.tex | 1 +
 support/test2e.tex  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/support/test209.tex b/support/test209.tex
index 2121fa3a..7e7a402d 100644
--- a/support/test209.tex
+++ b/support/test209.tex
@@ -166,6 +166,7 @@
 
 % Suppress dvips headers
 \def\AtBeginDvi#1{}
+\RemoveFromHook{shipout/firstpage}{l3backend}
 % Load expl3 backend if necessary
 \ifx\@nodocument\relax
   \expandafter\@gobbletwo
diff --git a/support/test2e.tex b/support/test2e.tex
index 0f705457..557a53fa 100644
--- a/support/test2e.tex
+++ b/support/test2e.tex
@@ -295,6 +295,7 @@ end
 
 % Suppress dvips headers
 \def\AtBeginDvi#1{}
+\RemoveFromHook{shipout/firstpage}{l3backend}
 % Load expl3 backend if necessary
 \ifx\@nodocument\relax
   \expandafter\@gobbletwo





More information about the latex3-commits mailing list.