latex3 / tagging-project

Issues related to the tagging project
https://latex3.github.io/tagging-project/
LaTeX Project Public License v1.3c
29 stars 13 forks source link

fcolumn package incompatibility #161

Open mbertucci47 opened 1 month ago

mbertucci47 commented 1 month ago

The fcolumn package is not compatible with the table tagging code. The example

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

\begin{document}

\begin{tabular}{lf}
house & 200000 \\
bank account & -603,23 \\
savings & 28000 \\
cash & 145,85
\end{tabular}

\end{document}

errors with

! Undefined control sequence.
<argument> \ERRORmissingcells 

l.15 house & 200000 \\

The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

It actually errors with just ll instead of lf so fcolumn must be changing something besides simply defining a new column type.

u-fischer commented 1 month ago

the package redefines \@array and also \LT@array and so breaks that tagging support.