summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tagpdf/tagpdf-mc-generic.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tagpdf/tagpdf-mc-generic.dtx')
-rw-r--r--macros/latex/contrib/tagpdf/tagpdf-mc-generic.dtx17
1 files changed, 6 insertions, 11 deletions
diff --git a/macros/latex/contrib/tagpdf/tagpdf-mc-generic.dtx b/macros/latex/contrib/tagpdf/tagpdf-mc-generic.dtx
index 956e3e91cb..6c617e00ff 100644
--- a/macros/latex/contrib/tagpdf/tagpdf-mc-generic.dtx
+++ b/macros/latex/contrib/tagpdf/tagpdf-mc-generic.dtx
@@ -50,31 +50,26 @@
% }^^A
% }
%
-% \date{Version 0.9, released 2021-06-29}
+% \date{Version 0.91, released 2021-07-03}
% \maketitle
% \begin{implementation}
% \section{Marked content code -- generic mode}
% \begin{macrocode}
%<@@=tag>
%<*generic>
-\ProvidesExplPackage {tagpdf-mc-code-generic} {2021-06-29} {0.9}
+\ProvidesExplPackage {tagpdf-mc-code-generic} {2021-07-03} {0.91}
{part of tagpdf - code related to marking chunks - generic mode}
%</generic>
% \end{macrocode}
-% \subsection{Variables}
-% \begin{variable}{\g_@@_in_mc_bool}
-% This booleans records if a mc is open, to test nesting.
-% \begin{macrocode}
-%<*generic>
-\bool_new:N \g_@@_in_mc_bool
-% \end{macrocode}
-% \end{variable}
-
+%
+%\subsection{Variables}
+%
% \begin{variable}{\g_@@_MCID_byabspage_prop}
% This property will hold the current maximum on a page
% it will contain key-value of type \meta{abspagenum}=\meta{max mcid}
%
% \begin{macrocode}
+%<*generic>
\@@_prop_new:N \g_@@_MCID_byabspage_prop
% \end{macrocode}
% \end{variable}