latex3 / tagpdf

Tagging support code for LaTeX
59 stars 7 forks source link

\tag_stop:, \tag_start:, \tag_stop:n and \tag_start:n #65

Closed lvjr closed 1 year ago

lvjr commented 1 year ago

In the documentation file tagpdf.pdf, there is no description of commands \tag_stop:, \tag_start:, \tag_stop:n and \tag_start:n. And only three of them are mentioned in the change log.

Also in tagpdf-base.sty, two #1s are missing in the definitions of these commands.

%<*base>
\cs_new_protected:Npn \tag_stop:{}
\cs_new_protected:Npn \tag_start:{}
\cs_new_protected:Npn \tag_stop:n{}
\cs_new_protected:Npn \tag_start:n{}
%</base>
u-fischer commented 1 year ago

thanks, corrected.