From 268ec25e553ffc5de6bc0f7fed31347d9e69212f Mon Sep 17 00:00:00 2001 From: Ulrike Fischer Date: Thu, 8 Sep 2022 16:54:20 +0200 Subject: [PATCH] more temporary variables --- l3pdfmeta.dtx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/l3pdfmeta.dtx b/l3pdfmeta.dtx index 237f3e15..f9d4d8b4 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)}