[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct PostScript functions (ba90710)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sat Apr 13 00:02:27 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/ba90710e56437577e1906c335156b75da4738f32
>---------------------------------------------------------------
commit ba90710e56437577e1906c335156b75da4738f32
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Apr 12 23:02:27 2019 +0100
Correct PostScript functions
>---------------------------------------------------------------
ba90710e56437577e1906c335156b75da4738f32
l3kernel/l3drivers-pdf.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3drivers-pdf.dtx b/l3kernel/l3drivers-pdf.dtx
index a2bd87a..d02ac1d 100644
--- a/l3kernel/l3drivers-pdf.dtx
+++ b/l3kernel/l3drivers-pdf.dtx
@@ -327,12 +327,12 @@
\hbox_set:Nn \l_@@_pdf_content_box {#4}
\@@_pdf_link_minima:
\box_move_down:nn { \box_dp:N \l_@@_pdf_content_box }
- { \hbox:n { \@@_postscript:n { driver.annotation.ll } } }
+ { \hbox:n { \@@_postscript:n { driver.link.ll } } }
\box_use:N \l_@@_pdf_content_box
\box_move_up:nn { \box_ht:N \l_@@_pdf_content_box }
{
\hbox:n
- { \@@_postscript:n { driver.annotation.ur } }
+ { \@@_postscript:n { driver.link.ur } }
}
\int_gincr:N \g_@@_pdf_object_int
\int_gset_eq:NN \g_@@_pdf_link_int \g_@@_pdf_object_int
More information about the latex3-commits
mailing list