From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15191 Path: main.gmane.org!not-for-mail From: Janko Hauser Newsgroups: gmane.comp.tex.context Subject: Re: small articles in columns? Date: Fri, 21 May 2004 22:01:03 +0200 Organization: www.zscout.de Sender: ntg-context-admin@ntg.nl Message-ID: <40AE5FFF.6050407@zscout.de> References: <40A4981B.40001@zscout.de> <6.0.1.1.2.20040514121136.02ab5328@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1085169812 22514 80.91.224.253 (21 May 2004 20:03:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 May 2004 20:03:32 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri May 21 22:03:20 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BRGEh-0003e0-00 for ; Fri, 21 May 2004 22:03:19 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 380B910AE6; Fri, 21 May 2004 21:58:43 +0200 (MEST) Original-Received: from www.zinstance.de (zinstance.de [213.133.109.26]) by ref.ntg.nl (Postfix) with SMTP id 561FE10ACF for ; Fri, 21 May 2004 21:56:32 +0200 (MEST) Original-Received: (qmail 12158 invoked from network); 21 May 2004 22:00:35 +0200 Original-Received: from unknown (HELO ?192.168.223.12?) (217.93.52.231) by mail.zinstance.de with SMTP; 21 May 2004 22:00:35 +0200 User-Agent: Mozilla Thunderbird 0.6 (Macintosh/20040502) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: <6.0.1.1.2.20040514121136.02ab5328@server-1> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:15191 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15191 Hans Hagen wrote: > > columns.pdf (column sets) > > else, play with > > \starttabulate[|p|p|p] > \NC ... \NC ... \NC ... \NC \NR > \stoptabulate > Following the suggestions I tried to use the \column command to split the columns. But my main problem remains. With the \startcolumnset command I can not achive automatic balancing of columns. I looked through the code in context and learned, that there is the \startcolumns command wich can be given the [balance=yes] parameter. This works, but then I can not use the other nice features of the columnset environment. Further search in the code shows that the balance=yes is also present in the columnset environment, but it has no effect. Is this right, a missing feature or a malfunction? I can provide an example, if this should work, and I'm doing something wrong. All hints gratefully accepted :-) __Janko