[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Page-spanning box
From: |
Ludovic Courtès |
Subject: |
Re: Page-spanning box |
Date: |
Wed, 13 Oct 2010 16:13:49 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Hi,
Mark Summerfield <address@hidden> writes:
> On a new topic: d'you know if it is possible to have a
> page-break-spanning box?
>
> I have a definition, let's call it @Get, that reads in lines from
> external files via @Pipe. So I have this kind of thing:
>
> @LD @Box @Get{....}
>
> But sometimes this is too big for the page & lout scales; what I'd
> really like is for the box to span the page break.
>
> I've also tried
>
> @LD @Tbl address@hidden A} { @Rowa address@hidden
>
> but tables won't break inside a row.
I think I used tables in the past when I needed such a thing, but yeah,
it’s probably not optimal.
Thanks,
Ludo’.