From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15195 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: small articles in columns? Date: Sat, 22 May 2004 21:54:38 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040522215228.036a03e0@localhost> References: <40A4981B.40001@zscout.de> <6.0.1.1.2.20040514121136.02ab5328@server-1> <40AE5FFF.6050407@zscout.de> 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 X-Trace: sea.gmane.org 1085344402 32044 80.91.224.253 (23 May 2004 20:33:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 May 2004 20:33:22 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun May 23 22:33:17 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 1BRzen-0007xV-00 for ; Sun, 23 May 2004 22:33:17 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 3A77B10B1D; Sun, 23 May 2004 22:28:37 +0200 (MEST) Original-Received: from mailrelay02.solcon.nl (maillb.solcon.nl [212.45.32.200]) by ref.ntg.nl (Postfix) with ESMTP id 756D910B04 for ; Sun, 23 May 2004 22:26:09 +0200 (MEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay02.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id i4NKUeBr002516 for ; Sun, 23 May 2004 22:30:40 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id C0E0B1812F; Sun, 23 May 2004 22:30:44 +0200 (CEST) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.1]) by server-1.pragma-net.nl (Postfix) with ESMTP id 75A0D18126 for ; Sun, 23 May 2004 20:30:42 +0000 (UTC) X-Sender: hagen-mail@localhost X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <40AE5FFF.6050407@zscout.de> Original-References: <40A4981B.40001@zscout.de> <6.0.1.1.2.20040514121136.02ab5328@server-1> <40AE5FFF.6050407@zscout.de> X-Virus-Scanned: clamd / ClamAV version 0.70, clamav-milter version 0.70j 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:15195 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15195 At 22:01 21/05/2004, you wrote: >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. you can do manual balancing (experimental, esp the continue with a next columnset part): \setupcolumnsetlines[whatever][2][1][3] \setupcolumnsetlines[whatever][2][2][5] \setupcolumnsetlines[whatever][2][3][10] [page in sequence] [column] [lines] Hans