Skip to content

Commit

Permalink
grumpf
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrike Fischer committed Jun 14, 2021
1 parent e8fdfef commit 5c7ff75
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion l3pdffield.dtx
Expand Up @@ -1333,10 +1333,18 @@
% \end{macrocode}
% \end{macro}
% \subsection{Tagging}
% \begin{macro}{\@@_tag_add_struct_parent:,\@@_tag_add_objr:n}
% \begin{macro}
% {
% \@@_tag_add_struct_parent:,
% \@@_tag_add_objr:n,
% \@@_tag_struct_begin:
% \@@_tag_struct_end:
% }
% \begin{macrocode}
\cs_new_protected:Npn \@@_tag_add_struct_parent: {}
\cs_new_protected:Npn \@@_tag_add_objr:n #1 {}
\cs_new_protected:Npn \@@_tag_struct_begin: {}
\cs_new_protected:Npn \@@_tag_struct_end: {}
\hook_gput_code:nnn {begindocument} { l3pdffield }
{
\cs_if_exist:NT \tag_if_active:T
Expand Down

0 comments on commit 5c7ff75

Please sign in to comment.