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

polytable package incompatible #670

Open
mbertucci47 opened this issue Aug 23, 2024 · 0 comments
Open

polytable package incompatible #670

mbertucci47 opened this issue Aug 23, 2024 · 0 comments
Labels
currently incompatible package or class package or class that doesn't work with current version of tagging code

Comments

@mbertucci47
Copy link
Contributor

The environments of the polytable package are incompatible 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{polytable}

\title{polytable tagging test}

\begin{document}

\begin{ptboxed}
\defaultcolumn{l|}\column{.}{|l|}
\> left
\=3 first of three \> second of three \> third of three
\=r right \\
\defaultcolumn{r|}\> left \=2 middle 1/2 \> middle 2/2 \=r right \\
\> left \=3 middle 1/3 \> middle 2/3 \> middle 3/3 \=r right \\
\> left
\=2 first of two middle columns \> second of two middle columns
\=r right \\
\end{ptboxed}

\end{document}

errors with

! LaTeX Error: Control sequence \g__tag_struct_5_prop already defined.
@davidcarlisle davidcarlisle added the currently incompatible package or class package or class that doesn't work with current version of tagging code label Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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