ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* colums
@ 2006-07-31 21:17 Hans van der Meer
  2006-07-31 22:25 ` colums Aditya Mahajan
  2006-08-01  9:02 ` colums Hans Hagen
  0 siblings, 2 replies; 4+ messages in thread
From: Hans van der Meer @ 2006-07-31 21:17 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 389 bytes --]

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?

Hans van der Meer




[-- Attachment #1.2: Type: text/html, Size: 1387 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: colums
  2006-07-31 21:17 colums Hans van der Meer
@ 2006-07-31 22:25 ` Aditya Mahajan
  2006-08-01 11:06   ` colums Hans van der Meer
  2006-08-01  9:02 ` colums Hans Hagen
  1 sibling, 1 reply; 4+ messages in thread
From: Aditya Mahajan @ 2006-07-31 22:25 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: colums
  2006-07-31 21:17 colums Hans van der Meer
  2006-07-31 22:25 ` colums Aditya Mahajan
@ 2006-08-01  9:02 ` Hans Hagen
  1 sibling, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2006-08-01  9:02 UTC (permalink / raw)


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
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: colums
  2006-07-31 22:25 ` colums Aditya Mahajan
@ 2006-08-01 11:06   ` Hans van der Meer
  0 siblings, 0 replies; 4+ messages in thread
From: Hans van der Meer @ 2006-08-01 11:06 UTC (permalink / raw)



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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-08-01 11:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-31 21:17 colums Hans van der Meer
2006-07-31 22:25 ` colums Aditya Mahajan
2006-08-01 11:06   ` colums Hans van der Meer
2006-08-01  9:02 ` colums Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).