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

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Jan 28 19:20:54 CET 2021


Repository : https://github.com/latex3/latex3
On branch  : pdf_destination
Link       : https://github.com/latex3/latex3/commit/111c28023e9bb528ee5eccec4f3a2c179a5707c0

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

commit 111c28023e9bb528ee5eccec4f3a2c179a5707c0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jan 28 18:20:54 2021 +0000

    Line up y axes


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

111c28023e9bb528ee5eccec4f3a2c179a5707c0
 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 f8a971171..a0baa4171 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 { -#3 } \scan_stop:
+        \tex_kern:D \dim_eval:n {#4} \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 {#4} \scan_stop:
+        \tex_kern:D \dim_eval:n { -#3 } \scan_stop:
         \hbox:n { \__kernel_backend_postscript:n { pdf.save.ur } }
         \tex_vss:D
       }





More information about the latex3-commits mailing list.