Re: [NTG-context] Getting framed text to page break

2011-07-07 Thread Kip Warner
On Thu, 2011-07-07 at 07:04 +0200, Wolfgang Schuster wrote: > Am 07.07.2011 um 03:16 schrieb Kip Warner: > > > I'm not very competent with ConTeXt, but I tried to translate what you > > and wrote into the following: > > > > [...] > > Solution 1: > > \definestartstop > [SpecialFramed] > [

Re: [NTG-context] Getting framed text to page break

2011-07-06 Thread Wolfgang Schuster
Am 07.07.2011 um 03:16 schrieb Kip Warner: > I'm not very competent with ConTeXt, but I tried to translate what you > and wrote into the following: > > [...] Solution 1: \definestartstop [SpecialFramed] [ before={\setupbackground[frame=on,before=\blank,after=\blank]\startbackground},

Re: [NTG-context] Getting framed text to page break

2011-07-06 Thread Kip Warner
On Wed, 2011-07-06 at 10:44 +0200, Philipp Gesang wrote: > Hi again, > > there’s also the background mechanism which has been explicitly > (see pack-rul.mkiv) designed with page breaks in mind. Example: > > ···8< > > \setupbackground[ >

Re: [NTG-context] Getting framed text to page break

2011-07-06 Thread Philipp Gesang
On 2011-07-06 <00:22:39>, Kip Warner wrote: > Hey list, > > I'd like to get framed text to break over a page, but I'm not sure how > to do this. Right now, I am using: Hi again, there’s also the background mechanism which has been explicitly (see pack-rul.mkiv) designed with page breaks in mind.

[NTG-context] Getting framed text to page break

2011-07-06 Thread Kip Warner
Hey list, I'd like to get framed text to break over a page, but I'm not sure how to do this. Right now, I am using: \def\StartSpecialFramedText% { \crlf \startframedtext [width=broad, bottom=\vss, top=\vss, align=right, corner=rectangular] \it } \def\StopSpecialFramedTex