From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/29886 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Peter_M=FCnster?= Newsgroups: gmane.comp.tex.context Subject: Re: A bug in character alignment? Date: Wed, 2 Aug 2006 10:47:21 +0200 (CEST) Message-ID: References: <554cfd4f0607311234h4233a76dn6c4b85d3232cf29@mail.gmail.com> <554cfd4f0608010807l1fc2fce0pbd9880f7c221d8e@mail.gmail.com> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1154508523 32424 80.91.229.2 (2 Aug 2006 08:48:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Aug 2006 08:48:43 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Aug 02 10:48: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 1G8CP6-00018H-OG for gctc-ntg-context-518@m.gmane.org; Wed, 02 Aug 2006 10:48:36 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5477D1FF0F; Wed, 2 Aug 2006 10:48:36 +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 29415-05-6; Wed, 2 Aug 2006 10:48:31 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E78321FF0B; Wed, 2 Aug 2006 10:48:30 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CF3B21FF0B for ; Wed, 2 Aug 2006 10:48:27 +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 29415-05-5 for ; Wed, 2 Aug 2006 10:48:23 +0200 (CEST) Original-Received: from smtp.cegetel.net (mf01.sitadelle.com [212.94.174.68]) by ronja.ntg.nl (Postfix) with SMTP id 6C9711FF0A for ; Wed, 2 Aug 2006 10:48:22 +0200 (CEST) Original-Received: from gaston.pm (unknown [84.7.235.236]) by smtp.cegetel.net (Postfix) with ESMTP id CA3F26A035E for ; Wed, 2 Aug 2006 10:48:17 +0200 (CEST) Original-Received: by gaston.pm (Postfix, from userid 500) id 6DF5813C08A; Wed, 2 Aug 2006 10:47:21 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by gaston.pm (Postfix) with ESMTP id 6960B14801A for ; Wed, 2 Aug 2006 10:47:21 +0200 (CEST) X-X-Sender: peter@gaston.pm Original-To: mailing list for ConTeXt users In-Reply-To: <554cfd4f0608010807l1fc2fce0pbd9880f7c221d8e@mail.gmail.com> 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:29886 Archived-At: On Tue, 1 Aug 2006, Nicolas Grilly wrote: > > Sorry, I can't see it. The column are right-aligned, which is normal, s= ince > > there is no alignment-character. > = > No, it is not normal. ConTeXt Wiki says "if there's no > alignmentcharacter in the cell, the content will be aligned in the > following way depending on the value of \characteralignmentmode". > = > By default, characteralignmentmode=3D4. Therefore, according to the > wiki, cell content should be aligned on the last character of each > cell. Ok, by "right-aligned" I wanted to say: aligned at the right-most character. Now I see your problem: the values are still aligned at the right-most character, but the whole column is pushed a bit to the right. > > The only "bug" I see, is the missing accent: > > "Evolution" should be "=C9volution" > = > You're right: the accent is missing, and it's a typographical error. I > guess you live in France to see such a thing! Rather an orthographic error... The best thing to do in such cases, is to build a minimal example file, that shows the problem. This has several advantages: - you don't need to post heavy pdf and tex files - sometimes, while building such a file, you discover, that you've made a mistake, and that ConTeXt is right - if there is a ConTeXt bug, the minimal example will make it clear, how to reproduce it and what really triggers it Since I have some time, I provide such an example: \starttext \setupTABLE[aligncharacter=3Dyes,alignmentcharacter=3D;] \bTABLE\bTR\bTD a\eTD\bTD\hbox to 1cm{b}\eTD\eTR\eTABLE % change "2" to "1", to see "d" moving 1cm to the right: \bTABLE\bTR\dorecurse2{\bTD x\eTD}\eTR\eTABLE \bTABLE\bTR\bTD c\eTD\bTD d\eTD\eTR\eTABLE \stoptext Cheers, Peter -- = http://pmrb.free.fr/contact/