[latex3-commits] [git/LaTeX3-latex3-latex3] pdf_destination: Line up y axes (46b3cf79a)

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


Repository : https://github.com/latex3/latex3
On branch  : pdf_destination
Link       : https://github.com/latex3/latex3/commit/46b3cf79a89627b14213d45f14145ce38fa775d5

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

commit 46b3cf79a89627b14213d45f14145ce38fa775d5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jan 28 17:53:51 2021 +0000

    Line up y axes


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

46b3cf79a89627b14213d45f14145ce38fa775d5
 l3backend/l3backend-pdf.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3backend/l3backend-pdf.dtx b/l3backend/l3backend-pdf.dtx
index c14f81f84..f8a971171 100644
--- a/l3backend/l3backend-pdf.dtx
+++ b/l3backend/l3backend-pdf.dtx
@@ -1523,7 +1523,7 @@
   {
     \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 { 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 {#4} \scan_stop:
+        \tex_kern:D \dim_eval:n { -#3 } \scan_stop:
         \hbox:n
           {
             \@@_backend:n





More information about the latex3-commits mailing list.