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

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

User avatar
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