From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30085 Path: news.gmane.org!not-for-mail From: "Nicolas Grilly" Newsgroups: gmane.comp.tex.context Subject: Re: Context 2006.08.04 released Date: Mon, 7 Aug 2006 20:16:20 +0200 Message-ID: <554cfd4f0608071116y29b4280cqf74a4928cca65ecb@mail.gmail.com> References: <44D702E5.8000505@elvenkind.com> <554cfd4f0608070413t7de1e936n2303a87fe7ce3c1e@mail.gmail.com> <44D72845.3090400@elvenkind.com> <554cfd4f0608070656h270f24c6gf07ceb754c310962@mail.gmail.com> <44D74935.80702@elvenkind.com> <44D74CFD.2000403@nibua-r.org> <44D75D3C.1040505@elvenkind.com> <554cfd4f0608070936x40738c30j5d70dbb3897abd0d@mail.gmail.com> <44D76E6B.9060008@elvenkind.com> 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 1154974820 20810 80.91.229.2 (7 Aug 2006 18:20:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 Aug 2006 18:20:20 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Aug 07 20:20:18 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 1GA9eT-0003Ry-4I for gctc-ntg-context-518@m.gmane.org; Mon, 07 Aug 2006 20:16:33 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 496881FD04; Mon, 7 Aug 2006 20:16:31 +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 02338-06; Mon, 7 Aug 2006 20:16:25 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 04C451FD1D; Mon, 7 Aug 2006 20:16:25 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AF8C71FD1D for ; Mon, 7 Aug 2006 20:16:22 +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 02339-05 for ; Mon, 7 Aug 2006 20:16:20 +0200 (CEST) Original-Received: from nf-out-f131.google.com (nf-out-f131.google.com [64.233.182.131]) by ronja.ntg.nl (Postfix) with SMTP id E72EA1FD04 for ; Mon, 7 Aug 2006 20:16:20 +0200 (CEST) Original-Received: by nf-out-f131.google.com with SMTP id o54so90892nfa for ; Mon, 07 Aug 2006 11:16:20 -0700 (PDT) Original-Received: by 10.78.132.12 with SMTP id f12mr2466409hud; Mon, 07 Aug 2006 11:16:20 -0700 (PDT) Original-Received: by 10.78.121.8 with HTTP; Mon, 7 Aug 2006 11:16:20 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: <44D76E6B.9060008@elvenkind.com> Content-Disposition: inline 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:30085 Archived-At: I'm sorry to come with another problem related to character alignment... My natural tables are enclosed in a \starttableau \stoptableau pair that breaks character alignment: \starttableau \bTABLE ... \eTABLE \stoptableau These command is defined this way: \definestartstop[tableau][ before={\blank[2*big]}, commands={\switchtobodyfont[10pt]}, after={\blank[big]} ] Why does it break column alignment? Is it normal? Thanks... Nicolas