Skip to content

Commit

Permalink
no expansion in tag_stop:n
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Sep 7, 2024
1 parent 7e535b7 commit 0ff7a9c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tagpdf.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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>
Expand Down

0 comments on commit 0ff7a9c

Please sign in to comment.