From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14729 Path: main.gmane.org!not-for-mail From: Stefan Wachter Newsgroups: gmane.comp.tex.context Subject: Re: proportional column widths in natural tables? Date: Sun, 15 Feb 2004 19:55:44 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <402FC0B0.4060900@gmx.de> References: <402D3596.6080902@boede.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1076871570 19694 80.91.224.253 (15 Feb 2004 18:59:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Feb 2004 18:59:30 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun Feb 15 19:59:21 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AsRU9-0001Do-00 for ; Sun, 15 Feb 2004 19:59:21 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 3B2B810B40; Sun, 15 Feb 2004 19:57:37 +0100 (MET) Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by ref.ntg.nl (Postfix) with ESMTP id 6932510B40 for ; Sun, 15 Feb 2004 19:56:12 +0100 (MET) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AsRSh-0008Tq-00 for ; Sun, 15 Feb 2004 19:57:51 +0100 Original-Received: from p508b21aa.dip.t-dialin.net ([80.139.33.170]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun Feb 15 18:57:51 2004 Original-Received: from stefan.wachter by p508b21aa.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun Feb 15 18:57:51 2004 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ntg-context@ref.ntg.nl Original-Lines: 54 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p508b21aa.dip.t-dialin.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en In-Reply-To: <402D3596.6080902@boede.nl> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14729 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14729 Hi Willi, thanks for your reply. Can you please tell me, what the makeupwidth is? It seems that I have to do some calculations for the widths by myself: I have a CALS table model where the widths are specified by proportional weights. -> I have to sum the weigths of all columns and divide each of the weights by this sum in order to get the necessary stretch factors for each column. I hoped the ConTeXt has already a mechanism for this kind of specifiying the widths. --Stefan Willi Egger wrote: > Hi Stefan > > sorry for sending an answer to your previous mail as reply to this one.... > > You can determin columnwidths by saying "width=.3\textwidth" or > "width=.3\makeupwidth" or even though less ConTeXty "width=.3\hsize" > > Wheter to use \textwidth or \makeupwidth depends on the context where > your table is placed. > > Kind regards > Willi > > Stefan Wachter wrote: > >> Hi all! >> >> Is there a possibility to specify proportional column widths when >> using natural tables? >> >> E.g. If i want to set column 1 and 2 to have 2/7 and column 3 3/7 of >> the available broadth. >> >> \setupTABLE[column][1][width=2*] >> \setupTABLE[column][2][width=2*] >> \setupTABLE[column][3][width=3*] >> >> Thanks for your attention, >> --Stefan >> >> >> _______________________________________________ >> ntg-context mailing list >> ntg-context@ntg.nl >> http://www.ntg.nl/mailman/listinfo/ntg-context