Text FormattingFramed box spanning to 2 pages

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
yiorgosb
Posts: 30
Joined: Mon Aug 02, 2010 11:56 pm

Framed box spanning to 2 pages

Post by yiorgosb »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10323
Joined: Mon Mar 10, 2008 9:44 pm

Framed box spanning to 2 pages

Post by Stefan Kottwitz »

Hi,

the framed package provides framed environments that can break across pages. mdframed is further developed.

Stefan
LaTeX.org admin
yiorgosb
Posts: 30
Joined: Mon Aug 02, 2010 11:56 pm

Re: Framed box spanning to 2 pages

Post by yiorgosb »

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.
Post Reply