[latex3-commits] [git/LaTeX3-latex3-latex3] main: Update a comment (422d93152)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Jul 11 11:02:35 CEST 2021
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/422d9315292c0ed8d36ce1c01b1cabc2d9704f6b
>---------------------------------------------------------------
commit 422d9315292c0ed8d36ce1c01b1cabc2d9704f6b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Jul 11 10:02:35 2021 +0100
Update a comment
>---------------------------------------------------------------
422d9315292c0ed8d36ce1c01b1cabc2d9704f6b
l3backend/l3backend-pdf.dtx | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/l3backend/l3backend-pdf.dtx b/l3backend/l3backend-pdf.dtx
index 9bf58890c..17000a89e 100644
--- a/l3backend/l3backend-pdf.dtx
+++ b/l3backend/l3backend-pdf.dtx
@@ -416,10 +416,13 @@
% as taken from \pkg{hypdvips}.
%
% Getting the outer dimensions of the text area may be better using a two-pass
-% approach and |\tex_savepos:D|. That plus format mode are still to re-examine.
+% approach and |\tex_savepos:D|. That plus generic mode are still to re-examine.
% \begin{macrocode}
\cs_new_protected:Npn \@@_backend_link_begin_goto:nnw #1#2
- { \@@_backend_link_begin:nw { #1 /Subtype /Link /A << /S /GoTo /D ( #2 ) >> } }
+ {
+ \@@_backend_link_begin:nw
+ { #1 /Subtype /Link /Action << /S /GoTo /D ( #2 ) >> }
+ }
\cs_new_protected:Npn \@@_backend_link_begin_user:nnw #1#2
{ \@@_backend_link_begin:nw {#1#2} }
\cs_new_protected:Npn \@@_backend_link_begin:nw #1
More information about the latex3-commits
mailing list.