Generala box around text on multiple pages

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
bjorn victor
Posts: 28
Joined: Fri Apr 13, 2007 11:17 am

a box around text on multiple pages

Post by bjorn victor »

Hi,

Can someone suggest a solution to this problem:
I want to draw a box around a piece of text that starts on one page and goes on o the second page. However, the text itself is not long enough to fit 2 pages, so using framebox, etc. results in a float on the next page.

To give you an idea:

Code: Select all

\documentclass[]{report} 
\begin{document} 
text

\vspace{15cm}

text\\

%I want to put the following text in a box
more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, more text, 

\end{document}
Has anyone ever done something like this?

Many thanks!!

bjorn

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

a box around text on multiple pages

Post by localghost »

Have a look at the framed package.


Best regards
Thorsten¹
bjorn victor
Posts: 28
Joined: Fri Apr 13, 2007 11:17 am

Re: a box around text on multiple pages

Post by bjorn victor »

I will!
thank you.
Post Reply