[latex3-commits] [git/LaTeX3-latex3-pdfresources] testxmp: more temporary variables (268ec25)

Ulrike Fischer fischer at troubleshooting-tex.de
Thu Sep 8 16:54:20 CEST 2022


Repository : https://github.com/latex3/pdfresources
On branch  : testxmp
Link       : https://github.com/latex3/pdfresources/commit/268ec25e553ffc5de6bc0f7fed31347d9e69212f

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

commit 268ec25e553ffc5de6bc0f7fed31347d9e69212f
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Thu Sep 8 16:54:20 2022 +0200

    more temporary variables


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

268ec25e553ffc5de6bc0f7fed31347d9e69212f
 l3pdfmeta.dtx | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/l3pdfmeta.dtx b/l3pdfmeta.dtx
index 237f3e1..f9d4d8b 100644
--- a/l3pdfmeta.dtx
+++ b/l3pdfmeta.dtx
@@ -395,11 +395,15 @@
 \msg_new:nnn  {pdf }{wrong-pdfversion}
   {PDF~version~#1~is~too~#2~for~standard~'#3'.}
 %    \end{macrocode}
-% \begin{variable}{\l_@@_tmpa_tl,\l_@@_tmpb_tl,\l_@@_tmpa_str}
+% \begin{variable}{\l_@@_tmpa_tl,\l_@@_tmpb_tl,\l_@@_tmpa_str,
+%  \g_@@tmpa_str,\l_@@_tmpa_seq,\l_@@_tmpb_seq}
 %    \begin{macrocode}
-\tl_new:N\l_@@_tmpa_tl
-\tl_new:N\l_@@_tmpb_tl
+\tl_new:N  \l_@@_tmpa_tl
+\tl_new:N  \l_@@_tmpb_tl
 \str_new:N \l_@@_tmpa_str
+\str_new:N \g_@@_tmpa_str
+\seq_new:N \l_@@_tmpa_seq
+\seq_new:N \l_@@_tmpb_seq
 %    \end{macrocode}
 % \end{variable}
 % \subsection{Standards (work in progress)}





More information about the latex3-commits mailing list.