From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27299 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Peter_M=FCnster?= Newsgroups: gmane.comp.tex.context Subject: splitting table into columns Date: Thu, 20 Apr 2006 18:28:06 +0200 (CEST) Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1145550754 11834 80.91.229.2 (20 Apr 2006 16:32:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Apr 2006 16:32:34 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Apr 20 18:32:29 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1FWc4t-0000PM-8V for gctc-ntg-context-518@m.gmane.org; Thu, 20 Apr 2006 18:32:23 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D165912775; Thu, 20 Apr 2006 18:32:22 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25228-09-2; Thu, 20 Apr 2006 18:32:18 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1F68B127A2; Thu, 20 Apr 2006 18:32:18 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1F2FA127A9 for ; Thu, 20 Apr 2006 18:32:16 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25227-09 for ; Thu, 20 Apr 2006 18:32:15 +0200 (CEST) Original-Received: from smtp.cegetel.net (mf00.sitadelle.com [212.94.174.67]) by ronja.ntg.nl (Postfix) with SMTP id EE48C12775 for ; Thu, 20 Apr 2006 18:32:14 +0200 (CEST) Original-Received: from gaston.pm (unknown [84.7.255.61]) by smtp.cegetel.net (Postfix) with ESMTP id 1712B1A4247 for ; Thu, 20 Apr 2006 18:32:13 +0200 (CEST) Original-Received: by gaston.pm (Postfix, from userid 500) id 10DC113C113; Thu, 20 Apr 2006 18:28:06 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by gaston.pm (Postfix) with ESMTP id 0C59A148183 for ; Thu, 20 Apr 2006 18:28:06 +0200 (CEST) X-X-Sender: peter@gaston.pm Original-To: ConTeXt list X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:27299 Archived-At: Hello, how could I split a table into columns in a clean manner? To show, what I want, I prepared the following example file: - the first page is ok for me, you see just the issue mentioned in http://context.literatesolutions.com/collector/15 - the 5th page looks clean - the 6th page looks also clean but should be balanced - all other pages are not ok... TIA for any hints, Peter \definecolumnset[example][n=3] \starttext \input tufte \section{Try with columns and tables} \startcolumns[n=3] \starttablehead \HL \NC A \NC B \NC\SR \HL \stoptablehead \starttabletail \HL \stoptabletail \starttables[|l|l|] \dorecurse{200}{\NC bla \NC bla \NC\AR} \stoptables \stopcolumns \page \input tufte \section{Try with columnset and tables} \startcolumnset[example] \starttablehead \HL \NC A \NC B \NC\SR \HL \stoptablehead \starttabletail \HL \stoptabletail \starttables[|l|l|] \dorecurse{200}{\NC bla \NC bla \NC\AR} \stoptables \stopcolumnset \page \input tufte \section{Try with columns and TABLE} \startcolumns[n=3] \bTABLE[split=repeat] \bTABLEhead \bTR \bTH A \eTH \bTH B \eTH \eTR \eTABLEhead \bTABLEbody \dorecurse{200}{\bTR \bTD bla \eTD \bTD bla \eTD \eTR} \eTABLEbody \eTABLE \stopcolumns \page \input tufte \section{Try with columnset and TABLE} \startcolumnset[example] \bTABLE[split=repeat] \bTABLEhead \bTR \bTH A \eTH \bTH B \eTH \eTR \eTABLEhead \bTABLEbody \dorecurse{200}{\bTR \bTD bla \eTD \bTD bla \eTD \eTR} \eTABLEbody \eTABLE \stopcolumnset \stoptext -- http://pmrb.free.fr/contact/