Hello, I have a question regarding columnsets: ================================================== \definecolumnset[two][n=2] %\setupcolumnset[two][1][width=4cm] %\setupcolumnset[two][2][width=8cm] \starttext \startcolumnset[two] \dorecurse{10}{\input tufte \par} \stopcolumnset \stoptext ================================================== a) I keep getting a blank page after the columnset. How do I get rid of it? b) the setupcolumnset has some effect (making columns smaller) but they are both the same width. Why? Patrick
At 07:14 PM 3/18/2003 +0100, you wrote:
Hello,
I have a question regarding columnsets:
================================================== \definecolumnset[two][n=2]
%\setupcolumnset[two][1][width=4cm] %\setupcolumnset[two][2][width=8cm] \starttext \startcolumnset[two]
\dorecurse{10}{\input tufte \par}
\stopcolumnset \stoptext ==================================================
a) I keep getting a blank page after the columnset. How do I get rid of it?
i ran into that too, it's a bug (for the moment remove the \pagebreak in the stopcolumnset macro)
b) the setupcolumnset has some effect (making columns smaller) but they are both the same width. Why?
this is work in progress, has to do with synchronization; you cannot change the width mid-paragraph btw but it's supposed to (going to) work reasonable [i messed up a few things when trying to handle balancing] Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
Wednesday, March 19, 2003 Hans Hagen wrote: HH> you cannot change the width mid-paragraph btw Can't something like this be implemented via appropriate parshapes? -- Giuseppe "Oblomov" Bilotta
At 03:26 PM 3/19/2003 +0100, you wrote:
Wednesday, March 19, 2003 Hans Hagen wrote: HH> you cannot change the width mid-paragraph btw
Can't something like this be implemented via appropriate parshapes?
partly, definitely for normal text Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
participants (3)
-
Giuseppe Bilotta
-
Hans Hagen
-
Patrick Gundlach