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
Copying a box with leaders avoids multiple labels (which is good) but gives the wrong mcids with pdflatex
\DocumentMetadata{uncompress,testphase=phase-II} \documentclass{article} \begin{document} \setbox0=\vbox{some text\par}% \setbox2=\hbox{\leaders\copy0\hskip\wd0} \copy0 \copy2 \copy2 more text \end{document}
The two copies are marked as MCID 1 and MCID 2. The structures point to MCID 0 and 3 (ok), but the parenttree contains only one structure
<< /Nums [0 [ 11 0 R ] ]
It would be better if the copies where marked as artifact.
Should be research together with box saving/restoring.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Copying a box with leaders avoids multiple labels (which is good) but gives the wrong mcids with pdflatex
The two copies are marked as MCID 1 and MCID 2. The structures point to MCID 0 and 3 (ok), but the parenttree contains only one structure
It would be better if the copies where marked as artifact.
Should be research together with box saving/restoring.
The text was updated successfully, but these errors were encountered: