Re: About columns?

Subject: Re: About columns?
From: Toby Speight <Toby.Speight@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: 24 Aug 1999 13:34:31 +0100
Didier> Didier PH Martin <URL:mailto:martind@xxxxxxxxxxxxx>

0> In article <NBBBJPGDLPIHJGEHAKBAGENLDPAA.martind@xxxxxxxxxxxxx>,
0> Didier wrote:

Didier> I was about to do an example to illustrate a multiple column
Didier> layout when, after checking in the primitives.h I discovered
Didier> that OpenJade do not support the column-set-model and
Didier> column-set-sequence objects.
Didier>
Didier> Does anybody in this list as already done a mylti-colum layout?
Didier> if yes, how did you did it?

I used Jade's extensions for the RTF backend:

 (make simple-page-sequence
   ;;...
   page-n-columns: 2
   page-balance-columns?: #t
   ;;...
   )

I also used the span: property of paragraph to get full-width headings.

-- 


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread