From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27436 Path: news.gmane.org!not-for-mail From: nico Newsgroups: gmane.comp.tex.context Subject: Re: Table width trouble Date: Mon, 24 Apr 2006 00:49:41 +0200 Message-ID: References: <444BAB24.3080401@wxs.nl> 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 1145832602 4407 80.91.229.2 (23 Apr 2006 22:50:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 Apr 2006 22:50:02 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Apr 24 00:50:00 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 1FXnOv-00076N-2z for gctc-ntg-context-518@m.gmane.org; Mon, 24 Apr 2006 00:49:57 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D0965127A0; Mon, 24 Apr 2006 00:49:56 +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 01012-01; Mon, 24 Apr 2006 00:49:56 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D8CA71279B; Mon, 24 Apr 2006 00:46:26 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7C7EB1279B for ; Mon, 24 Apr 2006 00:46:25 +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 00771-03 for ; Mon, 24 Apr 2006 00:46:24 +0200 (CEST) Original-Received: from swip.net (mailfe07.tele2.fr [212.247.154.204]) by ronja.ntg.nl (Postfix) with SMTP id 8CCAB12778 for ; Mon, 24 Apr 2006 00:46:24 +0200 (CEST) X-T2-Posting-ID: 3brHPWvyEzVNt0QNlxQWsxGJRDYe7rueGgqwO1zxZAg= X-Cloudmark-Score: 0.000000 [] Original-Received: from [83.179.197.37] (HELO localhost) by mailfe07.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 184890965 for ntg-context@ntg.nl; Mon, 24 Apr 2006 00:46:21 +0200 Original-To: "mailing list for ConTeXt users" In-Reply-To: <444BAB24.3080401@wxs.nl> 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:27436 Archived-At: On Sun, 23 Apr 2006 18:28:20 +0200, Hans Hagen wrote: > nico wrote: >> Hello, >> >> I come back with that damn table test case. With release 2006.04.22: >> [...] >> >> > \long\def\dohandleTBLcellA#1#2[#3]#4% Thanks, it does it. Another torture case: when column widths are partially defined, it can give a weird result (here the last column has almost disppeared). Since it's a limit case, I don't know if it's worth being fixed. \bTABLE[frame=on] \setupTABLE[c][2][width=3em] \setupTABLE[c][3][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 Regards, BG