Re: [NTG-context] colums

2006-08-01 Thread Hans Hagen
Hans van der Meer wrote:
 When I do:

 \setupcolumns[n=2,balance=no,tolerance=verytolerant,rule=on] % and 
 variations
 \startext
 \startcolumns
 abc
 \column
 def
 \stopcolumns
 \stoptext

 This produces two columns when typeset on the upper half of the page.
 Suddenly about halfway the page the columns are not put side by side 
 but below each other!

 Is this something known are am I becoming mad?
\column is just not that trustworthy; columnsets give more control but 
cannot be used mixed with one column

Hans

-- 

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] colums

2006-08-01 Thread Hans van der Meer

On Aug 1, 2006, at 0:25, Aditya Mahajan wrote:

 On Mon, 31 Jul 2006, Hans van der Meer wrote:

 When I do:

 \setupcolumns[n=2,balance=no,tolerance=verytolerant,rule=on] % and  
 variations
 \startext
 \startcolumns
 abc
 \column
 def
 \stopcolumns
 \stoptext

 This produces two columns when typeset on the upper half of the page.
 Suddenly about halfway the page the columns are not put side by  
 side but
 below each other!

 Can you give an example that shows the problem?

 Aditya


I ran the next code on the Live Context site and it gave me first  
column on the first page and second column on page 2.

\starttext
\dorecurse{4}{\input tufte}

\startcolumns[n=2]
first column
\column
second column
\stopcolumns
\stoptext

But, as Hans Hagen wrote in another reply:

 \column is just not that trustworthy; columnsets give more control but
 cannot be used mixed with one column

However, I seem to remember columnsets as fairly complex.

Hans van der Meer



___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] colums

2006-07-31 Thread Aditya Mahajan
On Mon, 31 Jul 2006, Hans van der Meer wrote:

 When I do:

 \setupcolumns[n=2,balance=no,tolerance=verytolerant,rule=on] % and variations
 \startext
 \startcolumns
 abc
 \column
 def
 \stopcolumns
 \stoptext

 This produces two columns when typeset on the upper half of the page.
 Suddenly about halfway the page the columns are not put side by side but 
 below each other!

Can you give an example that shows the problem?

Aditya
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context