[latex3-commits] [git/LaTeX3-latex3-latex3] master: Missing boxes (8aba4c6)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Apr 19 08:58:44 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/8aba4c62fe29ba810868f96954ec660dbe7aef9b
>---------------------------------------------------------------
commit 8aba4c62fe29ba810868f96954ec660dbe7aef9b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Apr 19 07:58:44 2019 +0100
Missing boxes
>---------------------------------------------------------------
8aba4c62fe29ba810868f96954ec660dbe7aef9b
l3kernel/l3drivers-pdf.dtx | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3drivers-pdf.dtx b/l3kernel/l3drivers-pdf.dtx
index 62aa807..bf6fb4d 100644
--- a/l3kernel/l3drivers-pdf.dtx
+++ b/l3kernel/l3drivers-pdf.dtx
@@ -653,12 +653,15 @@
\cs_new_protected:Npn \driver_pdf_annotation:nnnn #1#2#3#4
{
\box_move_down:nn {#3}
- { \@@_postscript:n { driver.annotation.ll } }
+ { \hbox:n { \@@_postscript:n { driver.annotation.ll } } }
\hbox:n {#4}
\box_move_up:nn {#2}
{
- \tex_kern:D \dim_eval:n {#1} \scan_stop:
- \@@_postscript:n { driver.annotation.ur }
+ \hbox:n
+ {
+ \tex_kern:D \dim_eval:n {#1} \scan_stop:
+ \@@_postscript:n { driver.annotation.ur }
+ }
}
\int_gincr:N \g_@@_pdf_object_int
\int_gset_eq:NN \g_@@_pdf_annotation_int \g_@@_pdf_object_int
More information about the latex3-commits
mailing list