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

sec module tries to remove from hook label that doesn't exist #808

Open
mbertucci47 opened this issue Mar 4, 2025 · 1 comment
Open
Assignees
Labels
bug Something isn't working in code we maintain (directly) fixed in release issue is fixed and will be deployed in the next release of package or kernel

Comments

@mbertucci47
Copy link
Contributor

With the dev formats, the document

\DocumentMetadata
  {
    lang=en-US,
    pdfversion=2.0,
    pdfstandard=ua-2,
    testphase=latest
  }
\documentclass{article}
\begin{document}
abc
\end{document}

warns

LaTeX hooks Warning: Cannot remove chunk 'tagpdf' from hook
(hooks)              'package/latex-lab-testphase-sec/after' because the hook
(hooks)              does not exist.

This is due to the line

\RemoveFromHook{package/latex-lab-testphase-sec/after}[tagpdf]

in latex-lab-testphase-sec.sty. Not sure what changed or what the intended label is.

@FrankMittelbach FrankMittelbach added the bug Something isn't working in code we maintain (directly) label Mar 6, 2025
@FrankMittelbach
Copy link
Member

That's an intermediate state; it was a temp patch which is gone from the recently uploaded tagpdf and now we have to wait until latex-lab-sec is updated and no longer attempts to remove that hook again. Should resolve itself soon (but for processing it is of course harmless).

@github-project-automation github-project-automation bot moved this to Pool (unscheduled issues) in upcoming LaTeX2e releases Mar 6, 2025
@u-fischer u-fischer added the fixed in release issue is fixed and will be deployed in the next release of package or kernel label Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in code we maintain (directly) fixed in release issue is fixed and will be deployed in the next release of package or kernel
Projects
Status: Pool (unscheduled issues)
Development

No branches or pull requests

3 participants