[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct dvips height calc (2cf408e)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Apr 28 15:20:52 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/2cf408eb5e881ea5d5e66225100973910e764888

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

commit 2cf408eb5e881ea5d5e66225100973910e764888
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Apr 28 14:20:52 2019 +0100

    Correct dvips height calc


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

2cf408eb5e881ea5d5e66225100973910e764888
 l3kernel/l3drivers-pdf.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3drivers-pdf.dtx b/l3kernel/l3drivers-pdf.dtx
index 6ff59a5..9c333b6 100644
--- a/l3kernel/l3drivers-pdf.dtx
+++ b/l3kernel/l3drivers-pdf.dtx
@@ -319,7 +319,7 @@
         driver.dvi.pt ~ 72 ~ add ~
         /driver.dest.x ~ exch ~ def ~
         driver.dvi.pt ~
-        vsize ~ 72 ~ sub ~ sub ~
+        vsize ~ 72 ~ sub ~ exch ~ sub ~
         /driver.dest.y ~ exch ~ def ~
       }
         def





More information about the latex3-commits mailing list