From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/52671 Path: news.gmane.org!not-for-mail From: Zed Lopez Newsgroups: gmane.comp.tex.context Subject: natural tables: when I say nc=2, I really mean it Date: Thu, 3 Sep 2009 14:06:33 -0700 Message-ID: <83a996de0909031406yafc5f59v10e8ffd29e1b4540@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1252012022 13379 80.91.229.12 (3 Sep 2009 21:07:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Sep 2009 21:07:02 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Thu Sep 03 23:06:55 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1MjJWB-00015l-80 for gctc-ntg-context-518@m.gmane.org; Thu, 03 Sep 2009 23:06:55 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id ED705C9ABB; Thu, 3 Sep 2009 23:06:53 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id dCLrr+wHMapa; Thu, 3 Sep 2009 23:06:49 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id DA1F5C9A9C; Thu, 3 Sep 2009 23:06:48 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E300FC9A9C for ; Thu, 3 Sep 2009 23:06:46 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id aAJNR91fiGqK for ; Thu, 3 Sep 2009 23:06:35 +0200 (CEST) Original-Received: from mail-px0-f174.google.com (mail-px0-f174.google.com [209.85.216.174]) by balder.ntg.nl (Postfix) with ESMTP id 90691C9A9B for ; Thu, 3 Sep 2009 23:06:34 +0200 (CEST) Original-Received: by pxi4 with SMTP id 4so182340pxi.21 for ; Thu, 03 Sep 2009 14:06:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=GCdqgA68XREZ6ckR3zpIY/EpnyA//sFhcoj1q0NahuY=; b=J9K2a+lQaQnqFSIHchmBsOUT846ddX3iGcJFpbCoPYJduk5QxB36qua/HrnKYTQ3ru s4FCKXhdX5NPwHYlYXnvWbnEpVPXwgXxIGoP4O8ogcrHSP+3wPW5JyPcI+1m1/yxVofe 4r21ODtSFu++jRBdzFSnaGXavu9Q9bRzON9gQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vacWbIQzZTFqDYHZ9008wQhZjdCBCYH3HblIHuPrCV1vBgg92xQbIILsXbnfDTgziL nRhyVNaT8C6im1gXM6K9lBrfd6wG+Uxzf2O9nGFYjbZRLF2esnO3ecp5N+rwTjP/hjAP cL2jSgqD159vafwb2Z2vKukPsQHHn9tnt35WQ= Original-Received: by 10.142.75.17 with SMTP id x17mr267676wfa.154.1252011993090; Thu, 03 Sep 2009 14:06:33 -0700 (PDT) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:52671 Archived-At: Hi folks, When I compile this table: \starttext \setupTABLE[c][1][width=12pt,rightframe=off] \setupTABLE[c][2][width=108pt,leftframe=off] \setupTABLE[c][each][width=60pt] \bTABLE \bTR \bTD x \eTD \bTD y \eTD \bTD z \eTD \eTR \bTR \bTD[nc=2] thisisaverylongwordishthing \eTD \bTD word \eTD \eTR \eTABLE \endtext I get the 2 rows I expect: the first with 1 narrow column, 1 wide column, and 1 medium column; the second with 1 even wider column and 1 medium column. When I do the same thing, but with the first row omitted: \starttext \setupTABLE[c][1][width=12pt] \setupTABLE[c][2][width=108pt] \setupTABLE[c][each][width=60pt] \bTABLE \bTR \bTD[nc=2] thisisaverylongwordishthing \eTD \bTD word \eTD \eTR \eTABLE \endtext it's as if the nc=2 is ignored -- it tries to squeeze "thisisaverylongwordishthing" into 1 12pt column instead of a combined 120pt column. How can I convince it to do what I mean with nc=2 despite having only one row with only 2 cells? thanks. (Long time subscriber, first time poster, love the macro package.) ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________