[latex3-commits] [git/LaTeX3-latex3-latex2e] lthooks2: typo in csname (5eda4cea)
Frank Mittelbach
frank.mittelbach at latex-project.org
Mon Aug 17 15:55:19 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : lthooks2
Link : https://github.com/latex3/latex2e/commit/5eda4cea824057947aa35b85fa46f95a5a7e2da5
>---------------------------------------------------------------
commit 5eda4cea824057947aa35b85fa46f95a5a7e2da5
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Mon Aug 17 15:55:19 2020 +0200
typo in csname
>---------------------------------------------------------------
5eda4cea824057947aa35b85fa46f95a5a7e2da5
base/ltshipout.dtx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/base/ltshipout.dtx b/base/ltshipout.dtx
index f0c2f287..0c963757 100644
--- a/base/ltshipout.dtx
+++ b/base/ltshipout.dtx
@@ -1383,7 +1383,7 @@
% \hook{shipout/firstpage} hook is filled.
% \begin{macrocode}
\cs_new:Npn \AtBeginShipoutFirst
- {\__shipout_firstpage_material:Nn \AtBeginShipoutFirst}
+ {\__shipout_add_firstpage_material:Nn \AtBeginShipoutFirst}
% \end{macrocode}
% \end{macro}
%
@@ -1400,13 +1400,13 @@
% \AtBeginShipoutUpperLeft,\AtBeginShipoutUpperLeftForeground}
% We don't expose them.
% \begin{macrocode}
-\cs_set_eq:NN \AtBeginShipoutAddToBox \@@_add_background_box:n
-\cs_set_eq:NN \AtBeginShipoutAddToBoxForeground \@@_add_foreground_box:n
+\cs_set_eq:NN \AtBeginShipoutAddToBox \__shipout_add_background_box:n
+\cs_set_eq:NN \AtBeginShipoutAddToBoxForeground \__shipout_add_foreground_box:n
% \end{macrocode}
%
% \begin{macrocode}
-\cs_set_eq:NN \AtBeginShipoutUpperLeft \@@_add_background_picture:n
-\cs_set_eq:NN \AtBeginShipoutUpperLeftForeground \@@_add_foreground_picture:n
+\cs_set_eq:NN \AtBeginShipoutUpperLeft \__shipout_add_background_picture:n
+\cs_set_eq:NN \AtBeginShipoutUpperLeftForeground \__shipout_add_foreground_picture:n
% \end{macrocode}
% \end{macro}
%
More information about the latex3-commits
mailing list.