From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/40898 Path: news.gmane.org!not-for-mail From: "Wolfgang Schuster" Newsgroups: gmane.comp.tex.context Subject: Re: problem with columns and TABLE Date: Mon, 5 May 2008 08:48:27 +0200 Message-ID: <115224fb0805042348q419fbf4asa97166d6c13c0f2b@mail.gmail.com> References: <20080503190416.GA16488@gaston.couberia.bzh> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1209970204 23993 80.91.229.12 (5 May 2008 06:50:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 5 May 2008 06:50:04 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Mon May 05 08:50:40 2008 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 lo.gmane.org with esmtp (Exim 4.50) id 1JsuWz-00059G-Sq for gctc-ntg-context-518@m.gmane.org; Mon, 05 May 2008 08:50:37 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 223211FCD0; Mon, 5 May 2008 08:49:54 +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 00434-07-3; Mon, 5 May 2008 08:49:16 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D682E1FCDB; Mon, 5 May 2008 08:49:13 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9138F1FCDB for ; Mon, 5 May 2008 08:49:08 +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 00434-07-2 for ; Mon, 5 May 2008 08:48:35 +0200 (CEST) Original-Received: from yw-out-1718.google.com (yw-out-1718.google.com [74.125.46.154]) by ronja.ntg.nl (Postfix) with ESMTP id 7BEA41FC44 for ; Mon, 5 May 2008 08:48:35 +0200 (CEST) Original-Received: by yw-out-1718.google.com with SMTP id 5so3630496ywm.74 for ; Sun, 04 May 2008 23:48:27 -0700 (PDT) Original-Received: by 10.150.12.3 with SMTP id 3mr5743086ybl.13.1209970107119; Sun, 04 May 2008 23:48:27 -0700 (PDT) Original-Received: by 10.150.96.3 with HTTP; Sun, 4 May 2008 23:48:27 -0700 (PDT) In-Reply-To: <20080503190416.GA16488@gaston.couberia.bzh> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:40898 Archived-At: On Sat, May 3, 2008 at 9:04 PM, Peter M=FCnster wrote: > Hello, > > In the following example, the bottom of the table is outside the page. How > could this be solved? > > \starttext > \input tufte > \startcolumns[2] ^^^ n=3D2 > \bTABLE[split=3Dyes] > \dorecurse{50}{\bTR\bTD bla\eTD\eTR} > \eTABLE > \stopcolumns > \stoptext Hi Peter, this is not possible with the TABLE and table environments because of a switch in core-tsp, table are always splittet to the complete textheight. \ifinsidecolumns % brrr, assumes empty columns \global\setfalse\splitfloatfirstdone \scratchdimen\textheight % <-- fixed height \!!donectrue \else You could try to use tabuate if possible because this did work also in column mode. Wolfgang ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________