Skip to content

gather/align, line starting with \text, mathml-SE #811

Open
@nbeisert

Description

@nbeisert

I noticed an warning message for gather/align/aligned (but neither multline nor gathered) when a line starts with \text and when mathml-SE is set:

\DocumentMetadata{testphase=latest}
\documentclass{article}
\tagpdfsetup{math/setup={mathml-SE}}

\begin{document}

\begin{gather}
x=y\\
\text{some text}\\
y=z
\end{gather}

\end{document}

This produces the warning:

Package tagpdf Warning: Structure 12 has 1 kids but no parent.
(tagpdf)                It is turned into an artifact.
(tagpdf)                Did you stashed a structure and then didn't use it?

I don't know what the warning means or whether anything broke, the pdf and html look fine. Invoking \relax before \text makes no difference. The warning disappears if there is any text preceding \text. Secondary cells in align are not affected either.

Metadata

Metadata

Assignees

Labels

area: MathMLarea: mathbugSomething isn't working in code we maintain (directly)fixed in releaseissue is fixed and will be deployed in the next release of package or kernel

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions