[latex3-commits] [git/LaTeX3-latex3-latex3] master: DocInfo can have objects, so needs a space (7f85e38)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Apr 28 16:06:39 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/7f85e38ee57cbece27eed6eee7b07ca4ed7fd140

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

commit 7f85e38ee57cbece27eed6eee7b07ca4ed7fd140
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Apr 28 15:06:39 2019 +0100

    DocInfo can have objects, so needs a space


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

7f85e38ee57cbece27eed6eee7b07ca4ed7fd140
 l3kernel/l3drivers-pdf.dtx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/l3kernel/l3drivers-pdf.dtx b/l3kernel/l3drivers-pdf.dtx
index dd2f3d6..dccabf1 100644
--- a/l3kernel/l3drivers-pdf.dtx
+++ b/l3kernel/l3drivers-pdf.dtx
@@ -103,7 +103,7 @@
 % \begin{macro}{\driver_pdf_catalog_gput:nn}
 %    \begin{macrocode}
 \cs_new_protected:Npn \driver_pdf_catalog_gput:nn #1#2
-  { \@@_pdfmark:n { /#1 #2 /DOCINFO } }
+  { \@@_pdfmark:n { /#1 ~ #2 /DOCINFO } }
 %    \end{macrocode}
 % \end{macro}
 %
@@ -1313,7 +1313,7 @@
     \cs_if_exist:NTF \tex_pdfextension:D
       { \tex_pdfextension:D info }
       { \tex_pdfinfo:D }
-        { / #1 #2 }
+        { / #1 ~ #2 }
   }
 %    \end{macrocode}
 % \end{macro}
@@ -1514,7 +1514,7 @@
 % \begin{macro}{\driver_pdf_catalog_gput:nn}
 %    \begin{macrocode}
 \cs_new_protected:Npn \driver_pdf_catalog_gput:nn #1#2
-  { \@@_pdf:n { docinfo << /#1 #2 >> } }
+  { \@@_pdf:n { docinfo << /#1 ~ #2 >> } }
 %    \end{macrocode}
 % \end{macro}
 %





More information about the latex3-commits mailing list