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

tagging of minipage in a lrbox #781

Open
u-fischer opened this issue Jan 14, 2025 · 0 comments
Open

tagging of minipage in a lrbox #781

u-fischer opened this issue Jan 14, 2025 · 0 comments
Labels
analyse something that needs further checking and perhaps code changes area: boxes and coffins

Comments

@u-fischer
Copy link
Member

A minipage (and similar other structures with tagging) stored in a lrbox gives faulty nesting and structure:

\DocumentMetadata{uncompress,testphase=latest}
\documentclass{article}

\begin{document}
\newsavebox\mybox

\begin{lrbox}\mybox
\begin{minipage}{3cm} 
blub 
\end{minipage}
\end{lrbox}

\usebox\mybox
\end{document}

This must be researched ...

related: the firstaid for the rotating package (latex3/latex2e#1537) and #54

@u-fischer u-fischer added analyse something that needs further checking and perhaps code changes area: boxes and coffins labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyse something that needs further checking and perhaps code changes area: boxes and coffins
Projects
None yet
Development

No branches or pull requests

1 participant