[latex3-commits] [git/LaTeX3-latex3-latex2e] main: Mumble (d148e5ba)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Jul 12 22:15:40 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : main
Link : https://github.com/latex3/latex2e/commit/d148e5bad5a013d0866d4e7cde2acbca5204a00c
>---------------------------------------------------------------
commit d148e5bad5a013d0866d4e7cde2acbca5204a00c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Jul 12 21:15:40 2021 +0100
Mumble
>---------------------------------------------------------------
d148e5bad5a013d0866d4e7cde2acbca5204a00c
support/test209.tex | 2 +-
support/test2e.tex | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/support/test209.tex b/support/test209.tex
index 7e7a402d..db32bf1a 100644
--- a/support/test209.tex
+++ b/support/test209.tex
@@ -166,7 +166,7 @@
% Suppress dvips headers
\def\AtBeginDvi#1{}
-\RemoveFromHook{shipout/firstpage}{l3backend}
+\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 557a53fa..24d430ca 100644
--- a/support/test2e.tex
+++ b/support/test2e.tex
@@ -295,7 +295,7 @@ end
% Suppress dvips headers
\def\AtBeginDvi#1{}
-\RemoveFromHook{shipout/firstpage}{l3backend}
+\RemoveFromHook{shipout/firstpage}[l3backend]
% Load expl3 backend if necessary
\ifx\@nodocument\relax
\expandafter\@gobbletwo
More information about the latex3-commits
mailing list.