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

stabular package incompatible #548

Open
mbertucci47 opened this issue Aug 12, 2024 · 2 comments
Open

stabular package incompatible #548

mbertucci47 opened this issue Aug 12, 2024 · 2 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

Not sure if anyone uses stabular over longtable, but it errors with

! Missing # inserted in alignment preamble.

If its array option is loaded, the error is

! Undefined control sequence.
<argument> \ERRORmissingcells 

Example:

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

\usepackage[
%  array % errors with or without
  ]{stabular}

\begin{document}

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

\end{document}
@FrankMittelbach FrankMittelbach added the currently incompatible package or class package or class that doesn't work with current version of tagging code label Aug 12, 2024
@u-fischer
Copy link
Member

hm yes, it would have to copy the tabular adaptions in array.sty.

@FrankMittelbach
Copy link
Member

... or build on array perhaps? What happens if array is loard afterwards?

@FrankMittelbach FrankMittelbach added the area: tabulars tabular and tabbing packages label Sep 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

3 participants