From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32014 Path: news.gmane.org!not-for-mail From: Wolfgang Schuster Newsgroups: gmane.comp.tex.context Subject: Re: TABLE moves to the right with new ConTeXt Date: Sat, 2 Dec 2006 10:31:06 +0100 Message-ID: <20061202103106.a54498a6.schuster.wolfgang@googlemail.com> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1165051902 5146 80.91.229.2 (2 Dec 2006 09:31:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Dec 2006 09:31:42 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Dec 02 10:31:40 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 1GqRDb-0001Ev-N3 for gctc-ntg-context-518@m.gmane.org; Sat, 02 Dec 2006 10:31:35 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6386E1FF89; Sat, 2 Dec 2006 10:29:19 +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 00418-05; Sat, 2 Dec 2006 10:29:10 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6381A1FEF6; Sat, 2 Dec 2006 10:29:10 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 71B601FF41 for ; Sat, 2 Dec 2006 10:29:05 +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 01488-03-2 for ; Sat, 2 Dec 2006 10:28:59 +0100 (CET) Original-Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by ronja.ntg.nl (Postfix) with SMTP id 7B9631FE82 for ; Sat, 2 Dec 2006 10:28:58 +0100 (CET) Original-Received: by ug-out-1314.google.com with SMTP id m2so2524749uge for ; Sat, 02 Dec 2006 01:31:12 -0800 (PST) Original-Received: by 10.66.239.18 with SMTP id m18mr8417206ugh.1165051870790; Sat, 02 Dec 2006 01:31:10 -0800 (PST) Original-Received: from unknown ( [217.185.117.144]) by mx.google.com with ESMTP id 20sm4874489uga.2006.12.02.01.31.08; Sat, 02 Dec 2006 01:31:10 -0800 (PST) Original-To: ntg-context@ntg.nl In-Reply-To: X-Mailer: Sylpheed version 2.2.10 (GTK+ 2.6.10; i686-pc-mingw32) 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:32014 Archived-At: On Fri, 01 Dec 2006 21:40:34 +0100 (CET) Peter M=FCnster wrote: Hi Peter > Hello, > = > with the latest ConTeXt, it seems, that space around \bTR, \eTR, before > \bTD and after \eTD matters. Such space seems to move the whole TABLE to > the right: > = > \def\XXX#1{\bTR\bTD#1\eTD\eTR} Right, there was no problem with latest stable version from august. I can't find the problematic code in the source, but workarround for you, that works. \def\XXX#1{\bTR\bTD#1\eTD\eTR\ignorespaces} works as expected. > \starttext > \centerline{\bTABLE\dorecurse{2}{\XXX{bla}}\eTABLE} > \centerline{\bTABLE\dorecurse{2}{\XXX{bla} > }\eTABLE} > \centerline{\bTABLE\dorecurse{20}{\XXX{bla} % Why does this space matter = here? > }\eTABLE} > \stoptext > = > Is this behaviour normal and wanted? > = > Cheers, Peter > = > = > P.S.: What about http://context.literatesolutions.com/collector/ ? > = > -- = > http://pmrb.free.fr/contact/ Wolfgang