From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11570 Path: main.gmane.org!not-for-mail From: "Willi Egger" Newsgroups: gmane.comp.tex.context Subject: Re: values relative to \textwidth etc. Date: Fri, 21 Mar 2003 22:01:20 +0100 Organization: BOEDE Sender: ntg-context-admin@ntg.nl Message-ID: <00ce01c2eff0$4a6619f0$0100a8c0@vademecum> References: <3E792F20.60406@zam.att.ne.jp> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1048282122 31556 80.91.224.249 (21 Mar 2003 21:28:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 21 Mar 2003 21:28:42 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Mar 21 22:28:41 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18wU48-0008CM-00 for ; Fri, 21 Mar 2003 22:28:40 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 9D38710BA4; Fri, 21 Mar 2003 22:28:45 +0100 (MET) Original-Received: from smtpzilla3.xs4all.nl (smtpzilla3.xs4all.nl [194.109.127.139]) by ref.ntg.nl (Postfix) with ESMTP id 2092A10AF9 for ; Fri, 21 Mar 2003 22:24:42 +0100 (MET) Original-Received: from vademecum (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtpzilla3.xs4all.nl (8.12.0/8.12.0) with SMTP id h2LLOglH075092 for ; Fri, 21 Mar 2003 22:24:43 +0100 (CET) Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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:11570 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11570 > Is it possible to specify a value relative to a variable like \textwidth > or \pageheight etc. For example, is there a way to get 1/3 of \textwidth? You can use any decimal value of e.g. \texwidth. I use to tune tables with values like .125\textwidh or .33\textwidth Willi