Text Formatting ⇒ Framed box spanning to 2 pages
Framed box spanning to 2 pages
(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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10364
- Joined: Mon Mar 10, 2008 9:44 pm
Framed box spanning to 2 pages
the framed package provides framed environments that can break across pages. mdframed is further developed.
Stefan
Re: Framed box spanning to 2 pages
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.