-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
area: matharea: tabularstabular and tabbing packagestabular and tabbing packagesfixed in releaseissue is fixed and will be deployed in the next release of package or kernelissue is fixed and will be deployed in the next release of package or kernel
Description
\DocumentMetadata{
lang=en,
testphase={phase-III,math,table,title}}
\documentclass{article}
\begin{document}
\begin{align*}
x& \begin{tabular}{c}
$a$
\end{tabular}
\\[2ex]
\end{align*}
\end{document}
gives a warning
Package tagpdf Warning: There are still open structures on the stack!
(tagpdf) The stack contains
(tagpdf) {Document}{Document},{Root}{StructTreeRoot}.
(tagpdf) The structures are automatically closed,
(tagpdf) but their nesting can be wrong.
The optional argument [2ex]
triggers a subpart:
====>first-result=macro:->x& \begin {tabular}{c} $a$ \end {tabular}
====>first-tmpmathcontent=macro:->[2ex]
====>formula has subparts
====>first-result=macro:->a
====>first-tmpmathcontent=macro:->
====>formula has no subparts
Without the optional argument the structure is correct. It is also correct if the inner tabular doesn't contain math.
Metadata
Metadata
Assignees
Labels
area: matharea: tabularstabular and tabbing packagestabular and tabbing packagesfixed in releaseissue is fixed and will be deployed in the next release of package or kernelissue is fixed and will be deployed in the next release of package or kernel