From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20047 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 11:35:53 +0200 Message-ID: <4268C579.4080501@logosrl.it> References: <42678E04.8080402@logosrl.it> <4267E611.6010005@logosrl.it> <4268A822.6070404@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 1114164566 15965 80.91.229.2 (22 Apr 2005 10:09:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Apr 2005 10:09:26 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 22 12:09:24 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 1DOv5Y-00016h-AZ for gctc-ntg-context-518@m.gmane.org; Fri, 22 Apr 2005 12:08:44 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 42B77127FD; Fri, 22 Apr 2005 12:13:21 +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 10454-09-8; Fri, 22 Apr 2005 12:13:20 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 61C6B127BD; Fri, 22 Apr 2005 11:36:01 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 65DB2127BD for ; Fri, 22 Apr 2005 11:35:59 +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 10196-02 for ; Fri, 22 Apr 2005 11:35:58 +0200 (CEST) Original-Received: from ServerNotes.logosrl.it (unknown [81.208.99.91]) by ronja.ntg.nl (Postfix) with ESMTP id 9953A127B1 for ; Fri, 22 Apr 2005 11:35:58 +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 2005042211360169-921 ; Fri, 22 Apr 2005 11:36:01 +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: <4268A822.6070404@logosrl.it> X-MIMETrack: Itemize by SMTP Server on ServerNotes/Logo(Release 6.5.1|January 21, 2004) at 22/04/2005 11.36.01, Serialize by Router on ServerNotes/Logo(Release 6.5.1|January 21, 2004) at 22/04/2005 11.36.02, Serialize complete at 22/04/2005 11.36.02 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:20047 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20047 Hans Hagen wrote: > Hi, > > I'm fighting deadlines right now, but later i'll try to get a look at > the current table thread (maybe someone can summarize the problem) > > Hans > \SetTableToWidth{10cm} \starttable[|c|c|c|]...\stoptable set width to 10 cm, but if I don't care about cell I can have an overfull box. So the problem seem to be "Can I set the total width of a TABLE using a macros like \setupTABLE[tablewidth=10cm] ?" To solve this problem, I usually set every cell width using \setupTABLE[x][n][width=..]; But with \setupTABLE[tablewidth=...] I will avoid to specify every single cell width, and the TABLE will find the right dimensions. I will look into core-ntb.tex. luigi