[latex3-commits] [git/LaTeX3-latex3-latex3] pdf_destination: Need some \vss (ee5fdb65f)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Jan 28 18:41:39 CET 2021
Repository : https://github.com/latex3/latex3
On branch : pdf_destination
Link : https://github.com/latex3/latex3/commit/ee5fdb65f00b81f8431d31657c3abc795a20a5d9
>---------------------------------------------------------------
commit ee5fdb65f00b81f8431d31657c3abc795a20a5d9
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Jan 28 17:41:39 2021 +0000
Need some \vss
>---------------------------------------------------------------
ee5fdb65f00b81f8431d31657c3abc795a20a5d9
l3backend/l3backend-pdf.dtx | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/l3backend/l3backend-pdf.dtx b/l3backend/l3backend-pdf.dtx
index 5e4aa4888..b0b26a1be 100644
--- a/l3backend/l3backend-pdf.dtx
+++ b/l3backend/l3backend-pdf.dtx
@@ -660,12 +660,14 @@
{
\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 { #3 } \scan_stop:
\hbox:n { \__kernel_backend_postscript:n { pdf.save.ur } }
+ \tex_vss:D
}
\tex_kern:D -#1 \scan_stop:
\@@_backend_pdfmark:n
@@ -1527,6 +1529,7 @@
\@@_backend:n { obj ~ @pdf_ #2 _llx ~ @xpos }
\@@_backend:n { obj ~ @pdf_ #2 _lly ~ @ypos }
}
+ \tex_vss:D
}
\tex_kern:D #1 \scan_stop:
\vbox_to_zero:n
@@ -1545,6 +1548,7 @@
]
}
}
+ \tex_vss:D
}
\tex_kern:D -#1 \scan_stop:
}
More information about the latex3-commits
mailing list.