From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26240 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: enattab example Date: Sun, 05 Mar 2006 22:49:24 +0100 Message-ID: <440B5CE4.3000005@boede.nl> References: 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 1141595451 17881 80.91.229.2 (5 Mar 2006 21:50:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Mar 2006 21:50:51 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Mar 05 22:50:47 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 1FG16a-0003cY-6K for gctc-ntg-context-518@m.gmane.org; Sun, 05 Mar 2006 22:49:33 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A0D8A1276B; Sun, 5 Mar 2006 22:49:31 +0100 (CET) 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 02557-08; Sun, 5 Mar 2006 22:49:26 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7209B12780; Sun, 5 Mar 2006 22:49:26 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4BE9812780 for ; Sun, 5 Mar 2006 22:49:25 +0100 (CET) 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 02765-01-2 for ; Sun, 5 Mar 2006 22:49:23 +0100 (CET) Original-Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by ronja.ntg.nl (Postfix) with SMTP id D6B521276B for ; Sun, 5 Mar 2006 22:49:23 +0100 (CET) Original-Received: from [127.0.0.1] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) (authenticated bits=0) by smtp-vbr1.xs4all.nl (8.13.3/8.13.3) with ESMTP id k25LnL8R004268 for ; Sun, 5 Mar 2006 22:49:22 +0100 (CET) (envelope-from w.egger@boede.nl) User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: by XS4ALL Virus Scanner 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:26240 Archived-At: Hi Patrick, Your example gives here the same narrow table. I inserted \setupTABLE[c][each][width=1cm] so then I get a better table Sorry for the second post, I found out the solution with the topframe in the second row, but saw then that others hav given this already. -- Too late. Kind regards Willi Patrick Gundlach wrote: >Hello, > >I tried the first example from the natrural tables pdf (enattab.pdf), >and my output looks very compressed. Same on live.contextgarden.net. >Is this the way it should look like? In contrast to the output of the >enattab.pdf file. > >\starttext >\bTABLE >\bTR \bTD[nr=3] 1 \eTD \bTD[nc=2] 2/3 \eTD \bTD[nr=3] 4 \eTD \eTR >\bTR \bTD 2 \eTD \bTD 3 \eTD \eTR >\bTR \bTD 2 \eTD \bTD 3 \eTD \eTR >\bTR \bTD[nc=3] 1/2/3 \eTD \bTD 4 \eTD \eTR >\bTR \bTD 1 \eTD \bTD 2 \eTD \bTD 3 \eTD \bTD 4 \eTD \eTR >\eTABLE >\stoptext > > >Patrick > >