We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In lualatex some empty mc and related empty parent structures can be detected:
\DocumentMetadata {uncompress,testphase=phase-III,debug={log=vv}} \documentclass{article} \begin{document} start \tagmcend \tagstructbegin{tag=Span}\tagmcbegin{}\tagmcend \tagstructbegin{tag=Span}\tagmcbegin{}\tagmcend\tagstructend \tagstructend \tagmcbegin{} end \end{document}
gives
12 0 obj << /Type /StructElem /S /Span /P 11 0 R /K [ 13 0 R] /ID (ID.04) >> endobj 13 0 obj << /Type /StructElem /S /Span /P 12 0 R /K null /ID (ID.05) >> %<--- null endobj
Removing them is not completly trivial as one has to do it recursively and also check the IDtree, but it should be possible to clean up a bit mode ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In lualatex some empty mc and related empty parent structures can be detected:
gives
Removing them is not completly trivial as one has to do it recursively and also check the IDtree, but it should be possible to clean up a bit mode ...
The text was updated successfully, but these errors were encountered: