[latex3-commits] [git/LaTeX3-latex3-pdfresources] verify: comments for future hook corrections (6ec8f1c)

Ulrike Fischer fischer at troubleshooting-tex.de
Wed Feb 17 22:51:10 CET 2021


Repository : https://github.com/latex3/pdfresources
On branch  : verify
Link       : https://github.com/latex3/pdfresources/commit/6ec8f1c7aa38d257d1ca577f1d8883f536b57401

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

commit 6ec8f1c7aa38d257d1ca577f1d8883f536b57401
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Wed Feb 17 22:51:10 2021 +0100

    comments for future hook corrections


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

6ec8f1c7aa38d257d1ca577f1d8883f536b57401
 l3backend-pdf-extra.dtx | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/l3backend-pdf-extra.dtx b/l3backend-pdf-extra.dtx
index 80f83e7..7927cac 100644
--- a/l3backend-pdf-extra.dtx
+++ b/l3backend-pdf-extra.dtx
@@ -125,6 +125,7 @@
 % end hooks.
 %    \begin{macrocode}
 %<*pdftex|luatex>
+% put in \@kernel at after@enddocument at afterlastpage
 \hook_gput_code:nnn {enddocument/afterlastpage}
   {pdf/endrun}
   {
@@ -132,6 +133,7 @@
   }
 %</pdftex|luatex>
 %<*dvipdfmx|xdvipdfmx>
+% put in \@kernel at after@shipout at lastpage
 \hook_gput_code:nnn {shipout/lastpage}
   {pdf/endrun}
   {
@@ -140,6 +142,7 @@
 \hook_gset_rule:nnnn {shipout/lastpage}{pdf}{before}{pdf/endrun}
 %</dvipdfmx|xdvipdfmx>
 %<*dvips>
+% put in \@kernel at after@shipout at lastpage
 \hook_gput_code:nnn {shipout/lastpage}
   {pdf/endrun}
   {





More information about the latex3-commits mailing list.