Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tabularray package incompatibility #177

Open
mbertucci47 opened this issue Jul 16, 2024 · 0 comments
Open

tabularray package incompatibility #177

mbertucci47 opened this issue Jul 16, 2024 · 0 comments
Labels
area: tabulars tabular and tabbing packages currently incompatible package or class package or class that doesn't work with current version of tagging code

Comments

@mbertucci47
Copy link
Contributor

(As usual no expectation that this should work. Just recording here for completeness.) The tabularray package is not compatible with the tagging code. The example

\DocumentMetadata
  {
    lang=en-US,
    pdfversion=2.0,
    pdfstandard=ua-2,
    testphase={phase-III,math,title,table,firstaid}
  }
\documentclass{article}
\usepackage{tabularray}

\title{tabularray tagging test}

\begin{document}

\begin{tblr}{cc}
A & B \\
C & D
\end{tblr}

\end{document}

gives parent-child warnings like

Package tagpdf Warning: Parent-Child 'P/pdf2' --> 'text-unit/latex'.
(tagpdf)                Relation is not allowed (struct 14, /text --> struct
(tagpdf)                15) on line 19

These warnings appear with just phase-III as well.

@FrankMittelbach FrankMittelbach added the currently incompatible package or class package or class that doesn't work with current version of tagging code label Jul 19, 2024
@FrankMittelbach FrankMittelbach added the area: tabulars tabular and tabbing packages label Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: tabulars tabular and tabbing packages currently incompatible package or class package or class that doesn't work with current version of tagging code
Projects
None yet
Development

No branches or pull requests

2 participants