[latex3-commits] [git/LaTeX3-latex3-latex3] master: add missing space in pageobject reference (183d6083a)

Ulrike Fischer fischer at troubleshooting-tex.de
Mon Apr 27 11:24:32 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/183d6083ad53c03a9a45b16c6f73576018cd3a21

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

commit 183d6083ad53c03a9a45b16c6f73576018cd3a21
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Mon Apr 27 11:24:32 2020 +0200

    add missing space in pageobject reference


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

183d6083ad53c03a9a45b16c6f73576018cd3a21
 l3backend/l3backend-pdf.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3backend/l3backend-pdf.dtx b/l3backend/l3backend-pdf.dtx
index bf54819ee..dda6427ac 100644
--- a/l3backend/l3backend-pdf.dtx
+++ b/l3backend/l3backend-pdf.dtx
@@ -1037,7 +1037,7 @@
       \cs_if_exist:NTF \tex_pdffeedback:D
         { \exp_not:N \tex_pdffeedback:D pageref }
         { \exp_not:N \tex_pdfpageref:D }
-          \c_space_tl #1 ~ 0 ~ R
+          \c_space_tl #1 \c_space_tl \c_space_tl \c_space_tl 0 ~ R
   }
 %    \end{macrocode}
 % \end{macro}





More information about the latex3-commits mailing list.