[latex3-commits] [latex3/tagpdf] develop: miss some x-types. (a4b0db6)
github at latex-project.org
github at latex-project.org
Tue Mar 19 20:06:31 CET 2024
Repository : https://github.com/latex3/tagpdf
On branch : develop
Link : https://github.com/latex3/tagpdf/commit/a4b0db621522722b99f370b09f58677846cbae72
>---------------------------------------------------------------
commit a4b0db621522722b99f370b09f58677846cbae72
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Tue Mar 19 20:06:31 2024 +0100
miss some x-types.
>---------------------------------------------------------------
a4b0db621522722b99f370b09f58677846cbae72
tagpdf.dtx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tagpdf.dtx b/tagpdf.dtx
index a14273f..b3aaf3d 100644
--- a/tagpdf.dtx
+++ b/tagpdf.dtx
@@ -487,7 +487,7 @@
% \begin{macrocode}
\cs_set_protected:Npn \tag_stop:
{
-%<debug> \msg_note:nnx {tag / debug }{tag-stop}{ \int_use:N \l_@@_tag_stop_int }
+%<debug> \msg_note:nne {tag / debug }{tag-stop}{ \int_use:N \l_@@_tag_stop_int }
\int_incr:N \l_@@_tag_stop_int
\bool_set_false:N \l_@@_active_struct_bool
\bool_set_false:N \l_@@_active_mc_bool
@@ -504,7 +504,7 @@
\bool_set_true:N \l_@@_active_socket_bool
\@@_start_para_ints:
}
-%<debug> \msg_note:nnx {tag / debug }{tag-start}{ \int_use:N \l_@@_tag_stop_int }
+%<debug> \msg_note:nne {tag / debug }{tag-start}{ \int_use:N \l_@@_tag_stop_int }
}
\cs_set_eq:NN\tagstop\tag_stop:
\cs_set_eq:NN\tagstart\tag_start:
@@ -512,7 +512,7 @@
% \begin{macrocode}
\cs_set_protected:Npn \tag_stop:n #1
{
-%<debug> \msg_note:nnxx {tag / debug }{tag-stop}{ \int_use:N \l_@@_tag_stop_int }{#1}
+%<debug> \msg_note:nnee {tag / debug }{tag-stop}{ \int_use:N \l_@@_tag_stop_int }{#1}
\int_incr:N \l_@@_tag_stop_int
\bool_set_false:N \l_@@_active_struct_bool
\bool_set_false:N \l_@@_active_mc_bool
@@ -529,7 +529,7 @@
\bool_set_true:N \l_@@_active_socket_bool
\@@_start_para_ints:
}
-%<debug> \msg_note:nnxx {tag / debug }{tag-start}{ \int_use:N \l_@@_tag_stop_int }{#1}
+%<debug> \msg_note:nnee {tag / debug }{tag-start}{ \int_use:N \l_@@_tag_stop_int }{#1}
}
%</package|debug>
%<*base>
More information about the latex3-commits
mailing list.