[latex3-commits] [git/LaTeX3-latex3-pdfresources] splitting: use expl3 names (2af80aa)

Ulrike Fischer fischer at troubleshooting-tex.de
Tue Nov 17 15:00:21 CET 2020


Repository : https://github.com/latex3/pdfresources
On branch  : splitting
Link       : https://github.com/latex3/pdfresources/commit/2af80aa90dcf7bdd2fdb53f4e109f708941b3568

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

commit 2af80aa90dcf7bdd2fdb53f4e109f708941b3568
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Thu Oct 22 11:19:32 2020 +0200

    use expl3 names


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

2af80aa90dcf7bdd2fdb53f4e109f708941b3568
 l3backend-pdf-extra.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3backend-pdf-extra.dtx b/l3backend-pdf-extra.dtx
index 382c81a..3cc36f8 100644
--- a/l3backend-pdf-extra.dtx
+++ b/l3backend-pdf-extra.dtx
@@ -992,14 +992,14 @@
 \cs_new_protected:Npn \@@_backend_NamesEmbeddedFiles_gpush:n #1 %array content
   {
      \pdf_object_now:nn {dict} {/Names [#1] }
-     \pdfnames{/EmbeddedFiles~\pdf_object_last:}
+     \tex_pdfnames:D {/EmbeddedFiles~\pdf_object_last:}
   }
 %</pdftex>
 %<*luatex>
 \cs_new_protected:Npn \@@_backend_NamesEmbeddedFiles_gpush:n #1 %array content
   {
     \pdf_object_now:nn {dict} {/Names [#1] }
-    \pdfextension~names~{/EmbeddedFiles~\pdf_object_last: }
+    \tex_pdfextension:D~names~{/EmbeddedFiles~\pdf_object_last: }
   }
 %</luatex>
 %<*dvipdfmx|xdvipdfmx>





More information about the latex3-commits mailing list.