summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tagpdf/tagpdf.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-11-19 03:01:17 +0000
committerNorbert Preining <norbert@preining.info>2023-11-19 03:01:17 +0000
commitaa94b613f51dfa2b65c607585727b66875e765d8 (patch)
tree5628f2c082b66f54a44ba8064fcc0203823b9c92 /macros/latex/contrib/tagpdf/tagpdf.dtx
parentbcd1a2a7dfe36b38f10a8fa23b4b6f0c325ca899 (diff)
CTAN sync 202311190301
Diffstat (limited to 'macros/latex/contrib/tagpdf/tagpdf.dtx')
-rw-r--r--macros/latex/contrib/tagpdf/tagpdf.dtx11
1 files changed, 8 insertions, 3 deletions
diff --git a/macros/latex/contrib/tagpdf/tagpdf.dtx b/macros/latex/contrib/tagpdf/tagpdf.dtx
index bc28e00bd0..cfe2ff9df8 100644
--- a/macros/latex/contrib/tagpdf/tagpdf.dtx
+++ b/macros/latex/contrib/tagpdf/tagpdf.dtx
@@ -93,7 +93,7 @@
% \begin{macrocode}
%<@@=tag>
%<*package>
-\ProvidesExplPackage {tagpdf} {2023-11-13} {0.98o}
+\ProvidesExplPackage {tagpdf} {2023-11-17} {0.98p}
{ A package to experiment with pdf tagging }
\bool_if:nF
@@ -119,7 +119,7 @@
% \end{macrocode}
%<*debug>
% \begin{macrocode}
-\ProvidesExplPackage {tagpdf-debug} {2023-11-13} {0.98o}
+\ProvidesExplPackage {tagpdf-debug} {2023-11-17} {0.98p}
{ debug code for tagpdf }
\@ifpackageloaded{tagpdf}{}{\PackageWarning{tagpdf-debug}{tagpdf~not~loaded,~quitting}\endinput}
% \end{macrocode}
@@ -142,7 +142,7 @@
% we define a base package with dummy functions
% \begin{macrocode}
%<*base>
-\ProvidesExplPackage {tagpdf-base} {2023-11-13} {0.98o}
+\ProvidesExplPackage {tagpdf-base} {2023-11-17} {0.98p}
{part of tagpdf - provide base, no-op versions of the user commands }
%</base>
% \end{macrocode}
@@ -554,17 +554,20 @@
\group_begin:
\bool_set_false:N \l_@@_active_struct_bool
\bool_set_false:N \l_@@_active_mc_bool
+ \@@_stop_para_ints:
}
\cs_set_eq:NN \tag_stop_group_end: \group_end:
\cs_set_protected:Npn \tag_stop:
{
\bool_set_false:N \l_@@_active_struct_bool
\bool_set_false:N \l_@@_active_mc_bool
+ \@@_stop_para_ints:
}
\cs_set_protected:Npn \tag_start:
{
\bool_set_true:N \l_@@_active_struct_bool
\bool_set_true:N \l_@@_active_mc_bool
+ \@@_start_para_ints:
}
\cs_set_eq:NN\tagstop\tag_stop:
\cs_set_eq:NN\tagstart\tag_start:
@@ -575,6 +578,7 @@
{
\bool_set_false:N \l_@@_active_struct_bool
\bool_set_false:N \l_@@_active_mc_bool
+ \@@_stop_para_ints:
\prop_gput:Nnn \g_@@_state_prop { #1 }{ 1 }
}
{
@@ -588,6 +592,7 @@
{
\bool_set_true:N \l_@@_active_struct_bool
\bool_set_true:N \l_@@_active_mc_bool
+ \@@_start_para_ints:
}
}
%</package>