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

nested fboxes are collapsed to a single one #2134

Closed
xworld21 opened this issue Jun 28, 2023 · 0 comments · Fixed by #2161
Closed

nested fboxes are collapsed to a single one #2134

xworld21 opened this issue Jun 28, 2023 · 0 comments · Fixed by #2161

Comments

@xworld21
Copy link
Contributor

When \fbox is nested, e.g. to create a double border, the current master flattens it to a single box, thus a single border.

\documentclass{article}
\begin{document}
\fbox{\fbox{nested box}}
\end{document}

PDF
image
XML

<para xml:id="p1">
  <p><text framecolor="black" framed="rectangle">nested box</text></p>
</para>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants