I would like to make a framed box
(a box surrounded by lines)
to include my "examples".
The problem is that I would like, if the text is long,
to span to the next page keeping the lines surrounded.
I've tried using a minipage inside a framebox but it doesn't span.
Is there any package to make so?
Thank you in advance
Text Formatting ⇒ Framed box spanning to 2 pages
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10322
- Joined: Mon Mar 10, 2008 9:44 pm
Framed box spanning to 2 pages
Hi,
the framed package provides framed environments that can break across pages. mdframed is further developed.
Stefan
the framed package provides framed environments that can break across pages. mdframed is further developed.
Stefan
LaTeX.org admin
Re: Framed box spanning to 2 pages
Thank you, mdframed is exactly what I need.
However, as also mentioned at documentation,
multicolumn environment is not yet supported.
So the question now is, if there's an alternative way
for creating a 2-column text (package or latex primitive)
without using the multicolumn.
However, as also mentioned at documentation,
multicolumn environment is not yet supported.
So the question now is, if there's an alternative way
for creating a 2-column text (package or latex primitive)
without using the multicolumn.