From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27203 Path: news.gmane.org!not-for-mail From: nico Newsgroups: gmane.comp.tex.context Subject: Table column width on spanned cells Date: Mon, 17 Apr 2006 13:19:54 +0200 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1145272721 17170 80.91.229.2 (17 Apr 2006 11:18:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Apr 2006 11:18:41 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Apr 17 13:18:35 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org 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 1FVRkO-0003vn-K6 for gctc-ntg-context-518@m.gmane.org; Mon, 17 Apr 2006 13:18:25 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 58A6E126F8; Mon, 17 Apr 2006 13:18:24 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20632-02; Mon, 17 Apr 2006 13:18:24 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B9EF412792; Mon, 17 Apr 2006 13:16:39 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9B9B412792 for ; Mon, 17 Apr 2006 13:16:38 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20632-01 for ; Mon, 17 Apr 2006 13:16:36 +0200 (CEST) Original-Received: from swip.net (mailfe05.tele2.fr [212.247.154.140]) by ronja.ntg.nl (Postfix) with SMTP id 9A3C7126F8 for ; Mon, 17 Apr 2006 13:16:36 +0200 (CEST) X-T2-Posting-ID: 3brHPWvyEzVNt0QNlxQWsxGJRDYe7rueGgqwO1zxZAg= X-Cloudmark-Score: 0.000000 [] Original-Received: from [213.103.7.216] (HELO localhost) by mailfe05.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 79410067 for ntg-context@ntg.nl; Mon, 17 Apr 2006 13:16:35 +0200 Original-To: "mailing list for ConTeXt users" User-Agent: Opera M2/7.54 (FreeBSD, build 955) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:27203 Archived-At: Hello, In the following example using the "nc" option, the 3 middle columns don't fit the width option. It seems that the table tries to fit to the page width instead. \starttext \bTABLE[frame=on,width=3em] \bTR \bTD[nc=2] A \eTD \bTD x \eTD \bTD[nc=2] B \eTD \eTR \bTR \bTD X \eTD \bTD[nc=3] C \eTD \bTD x \eTD \eTR \bTR \bTD[nc=2] D \eTD \bTD x \eTD \bTD[nc=2] E \eTD \eTR \eTABLE \stoptext Regards, BG