From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11491 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: columnsets Date: Tue, 18 Mar 2003 19:14:17 +0100 Organization: privat Sender: ntg-context-admin@ntg.nl Message-ID: <878yvcv8xy.fsf@gundla.ch> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048011480 31187 80.91.224.249 (18 Mar 2003 18:18:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 18 Mar 2003 18:18:00 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Mar 18 19:17:59 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18vLe6-00082E-00 for ; Tue, 18 Mar 2003 19:17:06 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id A56CE10B4E; Tue, 18 Mar 2003 19:17:06 +0100 (MET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by ref.ntg.nl (Postfix) with ESMTP id B6D5D10AB6 for ; Tue, 18 Mar 2003 19:14:33 +0100 (MET) Original-Received: from [212.227.126.160] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18vLbe-00005Z-00; Tue, 18 Mar 2003 19:14:34 +0100 Original-Received: from [129.217.137.23] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18vLbe-0002xs-00; Tue, 18 Mar 2003 19:14:34 +0100 Original-Received: from pg by levana with local (Exim 3.12 #1 (Debian)) id 18vLbN-0001J1-00; Tue, 18 Mar 2003 19:14:17 +0100 Original-To: ntg-context@ntg.nl X-Lieblings-Musik: a.c. Original-Lines: 26 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i586-pc-linux-gnu) 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:11491 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11491 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