[latex3-commits] [git/LaTeX3-latex3-latex3] pdf_destination: Mixed up ht and dp (25543c55f)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Jan 28 18:51:00 CET 2021


Repository : https://github.com/latex3/latex3
On branch  : pdf_destination
Link       : https://github.com/latex3/latex3/commit/25543c55ff67da1cebd5bc4fb5259a0a9583b073

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

commit 25543c55ff67da1cebd5bc4fb5259a0a9583b073
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jan 28 17:51:00 2021 +0000

    Mixed up ht and dp


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

25543c55ff67da1cebd5bc4fb5259a0a9583b073
 l3backend/l3backend-pdf.dtx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/l3backend/l3backend-pdf.dtx b/l3backend/l3backend-pdf.dtx
index b0b26a1be..c14f81f84 100644
--- a/l3backend/l3backend-pdf.dtx
+++ b/l3backend/l3backend-pdf.dtx
@@ -658,14 +658,14 @@
   {
     \vbox_to_zero:n
       {
-        \tex_kern:D \dim_eval:n { -#4 } \scan_stop:
+        \tex_kern:D \dim_eval:n { -#3 } \scan_stop:
         \hbox:n { \__kernel_backend_postscript:n { pdf.save.ll } }
         \tex_vss:D
       }
     \tex_kern:D #1 \scan_stop:
     \vbox_to_zero:n
       {
-        \tex_kern:D \dim_eval:n { #3 } \scan_stop:
+        \tex_kern:D \dim_eval:n {#4} \scan_stop:
         \hbox:n { \__kernel_backend_postscript:n { pdf.save.ur } }
         \tex_vss:D
       }
@@ -1523,7 +1523,7 @@
   {
     \vbox_to_zero:n
       {
-        \tex_kern:D \dim_eval:n { -#4 } \scan_stop:
+        \tex_kern:D \dim_eval:n { -#3 } \scan_stop:
         \hbox:n
           {
             \@@_backend:n { obj ~ @pdf_ #2 _llx ~ @xpos }
@@ -1534,7 +1534,7 @@
     \tex_kern:D #1 \scan_stop:
     \vbox_to_zero:n
       {
-        \tex_kern:D \dim_eval:n { #3 } \scan_stop:
+        \tex_kern:D \dim_eval:n {#4} \scan_stop:
         \hbox:n
           {
             \@@_backend:n





More information about the latex3-commits mailing list.