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

selectp package incompatible #506

Open
mbertucci47 opened this issue Aug 6, 2024 · 3 comments
Open

selectp package incompatible #506

mbertucci47 opened this issue Aug 6, 2024 · 3 comments
Labels
incompatible / no support package or clas that is incompatible and unlikely to see fixes

Comments

@mbertucci47
Copy link
Contributor

The selectp package causes all tags (except the TOC) to be empty. Here's an example where the TOC and a longtable are split over pages.

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

\usepackage{selectp}
\usepackage[math,toc]{blindtext}
\usepackage{kantlipsum}
\usepackage{longtable}

\outputonly{2,20}
\title{selectp tagging test}

\begin{document}
\kant[1-3]
\Blinddocument
\begin{longtable}{c}
a=b \\
a=b \\
a=b \\
a=b \\
a=b \\
a=b \\
a=b \\
a=b \\
a=b \\
a=b \\
a=b \\
a=b \\
\end{longtable}

\end{document}

The package also always causes a "Temporary page!" even without the tagging code.

@FrankMittelbach
Copy link
Member

I think the way it is ,the package is simply no longer compatible with the LaTeX OR. It should, however, be possible to reimplement it from scratch using the extended shipout hooks of LaTeX. It should also be possible to maintain aux file status (which currently is not the case according to its documentation) and I think it should also be possible to explicitly support different pagenumbering schemes by peeking into the current definition of \thepage. That would then allow for an extended input syntax where you can specify i--iii,2-4 etc

@mbertucci47
Copy link
Contributor Author

the package is simply no longer compatible with the LaTeX OR.

Seems that way. Should it be listed as no-support?

@FrankMittelbach
Copy link
Member

again I would think yes. and again perhaps with comment stating that this may change if the package as such is functional again

@davidcarlisle davidcarlisle added the currently incompatible package or class package or class that doesn't work with current version of tagging code label Aug 12, 2024
@FrankMittelbach FrankMittelbach added incompatible / no support package or clas that is incompatible and unlikely to see fixes and removed currently incompatible package or class package or class that doesn't work with current version of tagging code labels Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
incompatible / no support package or clas that is incompatible and unlikely to see fixes
Projects
None yet
Development

No branches or pull requests

3 participants