From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19668 Path: news.gmane.org!not-for-mail From: Eckhart =?iso-8859-1?Q?Guth=F6hrlein?= Newsgroups: gmane.comp.tex.context Subject: natural tables flaw: extra space Date: Thu, 7 Apr 2005 15:56:48 +0200 Message-ID: <20050407135648.GF4084@cebitec.uni-bielefeld.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1112882171 20324 80.91.229.2 (7 Apr 2005 13:56:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Apr 2005 13:56:11 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Apr 07 15:56:09 2005 Return-path: 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 1DJXTA-00050k-DF for gctc-ntg-context-518@m.gmane.org; Thu, 07 Apr 2005 15:54:52 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 992DD128B3; Thu, 7 Apr 2005 15:57:08 +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 32184-01; Thu, 7 Apr 2005 15:57:03 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 12B5E1286E; Thu, 7 Apr 2005 15:57:03 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 223981286E for ; Thu, 7 Apr 2005 15:57:01 +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 31900-07 for ; Thu, 7 Apr 2005 15:57:00 +0200 (CEST) Original-Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE (sauron.cebitec.uni-bielefeld.de [129.70.160.28]) by ronja.ntg.nl (Postfix) with ESMTP id 5A0D91285A for ; Thu, 7 Apr 2005 15:57:00 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id D497A3D1 for ; Thu, 7 Apr 2005 15:56:59 +0200 (MEST) Original-Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (sauron [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21920-02 for ; Thu, 7 Apr 2005 15:56:49 +0200 (MEST) Original-Received: from mowgli.Genetik.Uni-Bielefeld.DE (mowgli.CeBiTec.Uni-Bielefeld.DE [129.70.160.61]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 5D4F73CD for ; Thu, 7 Apr 2005 15:56:49 +0200 (MEST) Original-Received: by mowgli.Genetik.Uni-Bielefeld.DE (Postfix, from userid 13119) id 072A6244B; Thu, 7 Apr 2005 15:56:48 +0200 (MEST) Original-To: ntg-context@ntg.nl Mail-Followup-To: ntg-context@ntg.nl Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new at cebitec.uni-bielefeld.de 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: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:19668 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19668 Hi, consider the following example \starttext \setupTABLE[frame=off] \setupTABLE[row][first][topframe=on,rulethickness=1mm] \bTABLE \bTR \bTD 1,1 \eTD \bTD 2,1 \eTD \eTR \bTR \bTD 1,2 \eTD \bTD 2,2 \eTD \eTR \eTABLE \stoptext In the first cell, extra space is added before the entry. I guess it's 1mm from the left frame which should be off, so the space shouldn't be there. Or is it a feature? Greetings, -- Eckhart