[latex3-commits] [latex3/tagpdf] develop: no expansion in tag_stop:n (0ff7a9c)
github at latex-project.org
github at latex-project.org
Sat Sep 7 02:10:00 CEST 2024
Repository : https://github.com/latex3/tagpdf
On branch : develop
Link : https://github.com/latex3/tagpdf/commit/0ff7a9c5ff44b9b64ddccaeabd7cb3161388165d
>---------------------------------------------------------------
commit 0ff7a9c5ff44b9b64ddccaeabd7cb3161388165d
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sat Sep 7 02:10:00 2024 +0200
no expansion in tag_stop:n
>---------------------------------------------------------------
0ff7a9c5ff44b9b64ddccaeabd7cb3161388165d
tagpdf.dtx | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/tagpdf.dtx b/tagpdf.dtx
index b1d008a..75d6fdb 100644
--- a/tagpdf.dtx
+++ b/tagpdf.dtx
@@ -550,7 +550,8 @@
% \begin{macrocode}
\cs_set_protected:Npn \tag_stop:n #1
{
-%<debug> \msg_note:nnee {tag / debug }{tag-stop}{ \int_use:N \l_@@_tag_stop_int }{#1}
+%<debug> \msg_note:nnee {tag / debug }{tag-stop}
+%<debug> { \int_use:N \l_@@_tag_stop_int }{\exp_not:n{#1}}
\int_incr:N \l_@@_tag_stop_int
\bool_set_false:N \l_@@_active_struct_bool
\bool_set_false:N \l_@@_active_mc_bool
@@ -567,7 +568,8 @@
\bool_set_true:N \l_@@_active_socket_bool
\@@_start_para_ints:
}
-%<debug> \msg_note:nnee {tag / debug }{tag-start}{ \int_use:N \l_@@_tag_stop_int }{#1}
+%<debug> \msg_note:nnee {tag / debug }{tag-start}
+%<debug> { \int_use:N \l_@@_tag_stop_int }{\exp_not:n{#1}}
}
%</package|debug>
%<*base>
More information about the latex3-commits
mailing list.