From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20029 Path: news.gmane.org!not-for-mail From: "luigi.scarso" Newsgroups: gmane.comp.tex.context Subject: Re: total with of TABLE ? Date: Thu, 21 Apr 2005 19:42:41 +0200 Message-ID: <4267E611.6010005@logosrl.it> References: <42678E04.8080402@logosrl.it> 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 1114105153 15650 80.91.229.2 (21 Apr 2005 17:39:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Apr 2005 17:39:13 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Apr 21 19:39:12 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 1DOfd9-00089V-Lj for gctc-ntg-context-518@m.gmane.org; Thu, 21 Apr 2005 19:38:25 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 438D8127D0; Thu, 21 Apr 2005 19:42:53 +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 01224-04-2; Thu, 21 Apr 2005 19:42:50 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1F2BE127B5; Thu, 21 Apr 2005 19:42:50 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3BD48127B8 for ; Thu, 21 Apr 2005 19:42:48 +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 01077-07 for ; Thu, 21 Apr 2005 19:42:47 +0200 (CEST) Original-Received: from ServerNotes.logosrl.it (unknown [81.208.99.91]) by ronja.ntg.nl (Postfix) with ESMTP id 28E861276C for ; Thu, 21 Apr 2005 19:42:47 +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 2005042119424972-820 ; Thu, 21 Apr 2005 19:42:49 +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: <42678E04.8080402@logosrl.it> X-MIMETrack: Itemize by SMTP Server on ServerNotes/Logo(Release 6.5.1|January 21, 2004) at 21/04/2005 19.42.49, Serialize by Router on ServerNotes/Logo(Release 6.5.1|January 21, 2004) at 21/04/2005 19.42.50, Serialize complete at 21/04/2005 19.42.50 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:20029 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20029 luigi.scarso wrote: > (x=0.25 in your example, because you have 4 columns: > so you have > \setupTABLE[x][width=0.25\textwidth] > ) Of course this setup a TABLE with four columns of equal width and total width =\textwidth; For different width : \setupTABLE[x][1][width=0.2\textwidth] \setupTABLE[x][2][width=0.25\textwidth] \setupTABLE[x][3][width=0.25\textwidth] \setupTABLE[x][4][width=0.3\textwidth] luigi