From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25248 Path: news.gmane.org!not-for-mail From: Vit Zyka Newsgroups: gmane.comp.tex.context Subject: Re: last natural table column longer Date: Mon, 16 Jan 2006 11:59:41 +0100 Message-ID: <43CB7C9D.1080400@seznam.cz> References: <43CA5074.7030301@seznam.cz> <43CB64FE.109@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1137411022 22690 80.91.229.2 (16 Jan 2006 11:30:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Jan 2006 11:30:22 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Jan 16 12:30:19 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 1EySZ0-0003pz-SV for gctc-ntg-context-518@m.gmane.org; Mon, 16 Jan 2006 12:30:19 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0F98E12802; Mon, 16 Jan 2006 12:30:18 +0100 (CET) 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 22774-01; Mon, 16 Jan 2006 12:30:16 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F202E127F0; Mon, 16 Jan 2006 12:30:15 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B831C127F0 for ; Mon, 16 Jan 2006 12:30:14 +0100 (CET) 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 22773-02 for ; Mon, 16 Jan 2006 12:30:13 +0100 (CET) Original-Received: from smtp.seznam.cz (smtp.seznam.cz [212.80.76.43]) by ronja.ntg.nl (Postfix) with SMTP id AF526127C9 for ; Mon, 16 Jan 2006 12:30:13 +0100 (CET) Original-Received: (qmail 31622 invoked from network); 16 Jan 2006 10:59:29 -0000 Original-Received: from unknown (HELO ?127.0.0.1?) (vit.zyka@62.240.166.134) by cetus.go.seznam.cz with ESMTPA; 16 Jan 2006 10:59:29 -0000 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <43CB64FE.109@elvenkind.com> X-Antivirus: avast! (VPS 0602-1, 09.01.2006), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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:25248 Archived-At: Taco Hoekwater wrote: > > Hi Vit, > > Vit Zyka wrote: > >> Hello Wizards, >> >> my multi page (and multicolumn) table exceeds the last page by 2 rows. >> Is there a way to make last column a bit longer? Here is a minimal >> example: > > > The underlying problem is that you have to enlarge the height of > page 2. I don't know how that is 'normally' done, but perhaps it > gives someone else a hint ? It may be done by \adaptlayout[2][height=+1cm] but it does not solve the problem. Natural tables (IFAIK) are splitted at one moment as a whole to one fix (page) height. If I enlarge the page (where \bTABLE) then every column will be longer. We need some option (or command inside table) that say: hey, naturaltable-split-mechanism, start to split to different value. There is some \extratblsplitheight in core-ntb, but I did not cook too deep to understand it. Vit > > Cheers, Taco