[latex3-commits] [git/LaTeX3-latex3-latex3] master: /FitBH requires a voffset (d457715)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Apr 28 15:21:10 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/d457715059a47d8b152b9b9ea6ed4783b711d86d
>---------------------------------------------------------------
commit d457715059a47d8b152b9b9ea6ed4783b711d86d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Apr 28 14:21:10 2019 +0100
/FitBH requires a voffset
>---------------------------------------------------------------
d457715059a47d8b152b9b9ea6ed4783b711d86d
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 9c333b6..3f01f35 100644
--- a/l3kernel/l3drivers-pdf.dtx
+++ b/l3kernel/l3drivers-pdf.dtx
@@ -1062,7 +1062,7 @@
{ xyz } { /XYZ ~ driver.dest.point ~ null }
{ fit } { /Fit }
{ fitb } { /FitB }
- { fitbh } { /FitBH }
+ { fitbh } { /FitBH ~ driver.dest.y }
{ fitbv } { /FitBV ~ driver.dest.x }
{ fith } { /FitH ~ driver.dest.y }
{ fitv } { /FitV ~ driver.dest.x }
More information about the latex3-commits
mailing list