latex3 / tagging-project

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

faulty structure is graphicx uses draft mode #64

Closed u-fischer closed 1 day ago

u-fischer commented 4 months ago

Due to a misplaced \fi the graphic-structure is not correctly ended in draft mode

\DocumentMetadata{testphase={phase-III}}

\documentclass{article}
\usepackage[draft]{graphicx}
\begin{document}
\includegraphics{example-image}
\end{document}
Package tagpdf Warning: There are still open structures on the stack!
(tagpdf)                The stack contains
(tagpdf)                {Document}{Document},{Root}{StructTreeRoot}.
(tagpdf)                The structures are automatically closed,
(tagpdf)                but their nesting can be wrong.