From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16212 Path: main.gmane.org!not-for-mail From: Flavio Ribeiro Newsgroups: gmane.comp.tex.context Subject: Setting a maximum table/column width Date: Sun, 22 Aug 2004 23:59:17 -0300 Sender: ntg-context-bounces@ntg.nl Message-ID: <41295D85.9040707@hackpalace.com> Reply-To: mailing list for ConTeXt users 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 1093229299 12173 80.91.224.253 (23 Aug 2004 02:48:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Aug 2004 02:48:19 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Aug 23 04:48:12 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bz4sW-0000KC-00 for ; Mon, 23 Aug 2004 04:48:12 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 13B731278F; Mon, 23 Aug 2004 04:48:12 +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 30175-03; Mon, 23 Aug 2004 04:48:07 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 302B712772; Mon, 23 Aug 2004 04:48:07 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C8D9012772 for ; Mon, 23 Aug 2004 04:48:05 +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 30293-01-2 for ; Mon, 23 Aug 2004 04:48:05 +0200 (CEST) Original-Received: from flavio.dyndns.org (unknown [200.204.116.244]) by ronja.ntg.nl (Postfix) with ESMTP id C14041276B for ; Mon, 23 Aug 2004 04:48:04 +0200 (CEST) Original-Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by flavio.dyndns.org (Postfix) with ESMTP id 88810F24B4 for ; Sun, 22 Aug 2004 23:59:18 -0300 (BRT) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl 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: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16212 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16212 Hi, The "excursion" manual describes how to use w(dim) to set a column's minimum width. Is there a way to set a column's maximum width so that text automatically wraps around? Alternatively, is there a way to set a table's maximum width so that it doesn't get wider than \textwidth? I tried using \SetTableToWidth{} at random locations but I either got errors or no improvement whatsoever. Thanks, Flavio