From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20049 Path: news.gmane.org!not-for-mail From: "luigi.scarso" Newsgroups: gmane.comp.tex.context Subject: Re: total with of TABLE ? Date: Fri, 22 Apr 2005 12:27:18 +0200 Message-ID: <4268D186.2030302@logosrl.it> References: <20050422100003.61A93127E9@ronja.ntg.nl> <4268CDDA.3020408@capdm.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 1114165410 18604 80.91.229.2 (22 Apr 2005 10:23:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Apr 2005 10:23:30 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 22 12:23:26 2005 Return-path: 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 1DOvJF-0003Yl-H7 for gctc-ntg-context-518@m.gmane.org; Fri, 22 Apr 2005 12:22:53 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F377412806; Fri, 22 Apr 2005 12:27:29 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10769-10; Fri, 22 Apr 2005 12:27:26 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 00290127C6; Fri, 22 Apr 2005 12:27:25 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C1CEF127C6 for ; Fri, 22 Apr 2005 12:27:24 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10791-04-2 for ; Fri, 22 Apr 2005 12:27:24 +0200 (CEST) Original-Received: from ServerNotes.logosrl.it (unknown [81.208.99.91]) by ronja.ntg.nl (Postfix) with ESMTP id 0AC1A127BD for ; Fri, 22 Apr 2005 12:27:24 +0200 (CEST) Original-Received: from [192.168.2.85] ([192.168.2.85]) by ServerNotes.logosrl.it (Lotus Domino Release 6.5.1) with ESMTP id 2005042212272705-949 ; Fri, 22 Apr 2005 12:27:27 +0200 User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <4268CDDA.3020408@capdm.com> X-MIMETrack: Itemize by SMTP Server on ServerNotes/Logo(Release 6.5.1|January 21, 2004) at 22/04/2005 12.27.27, Serialize by Router on ServerNotes/Logo(Release 6.5.1|January 21, 2004) at 22/04/2005 12.27.27, Serialize complete at 22/04/2005 12.27.27 X-Virus-Scanned: by 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: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20049 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20049 Duncan Hothersall wrote: >If you want your TABLE to find natural column widths to fit the content, >use [option=stretch] on the \bTABLE command. (NB it doesn't work as an >option to \setupTABLE, only on the actual \bTABLE.) > >Then, assuming you don't need splitting over pages, you can set your >TABLE inside a vbox to define its width. (If you do need splitting, try >putting the TABLE into a textbackground - with no background color set >unless you want it - and set the width and/or margins of that?) > >Hope that helps. > > Many thanks ! (I start from \ifautoTBLspread inside core-ntb but after 30secs it comes your answer..) luigi