From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24337 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Some localizations Date: Tue, 13 Dec 2005 22:43:53 +0100 Message-ID: <439F4099.8040808@wxs.nl> References: <20051213153042.8f1234e7@mx1.kerio.com> <439F1346.8070400@gmx.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1134510436 6177 80.91.229.2 (13 Dec 2005 21:47:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Dec 2005 21:47:16 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Dec 13 22:47:12 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 1EmHwM-0000IA-Cn for gctc-ntg-context-518@m.gmane.org; Tue, 13 Dec 2005 22:44:06 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 86E2E127B0; Tue, 13 Dec 2005 22:44: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 22704-01; Tue, 13 Dec 2005 22:44:01 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EF979127EF; Tue, 13 Dec 2005 22:43:59 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A37F5127EF for ; Tue, 13 Dec 2005 22:43:58 +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 22624-02 for ; Tue, 13 Dec 2005 22:43:57 +0100 (CET) Original-Received: from mail.pragma-ade.net (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by ronja.ntg.nl (Postfix) with ESMTP id A7BCC127B0 for ; Tue, 13 Dec 2005 22:43:57 +0100 (CET) Original-Received: from [10.100.1.102] (unverified [10.100.1.102]) by controller-1 (SurgeMail 3.5b3) with ESMTP id 7579 for ; Tue, 13 Dec 2005 22:50:30 +0300 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: <439F1346.8070400@gmx.de> X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 X-Virus-Scanned: 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:24337 Archived-At: Tobias Burnus wrote: > Hi, > > Richard Gabriel wrote: > > +\setuplabeltext [\s!de] [\v!appendix=3DAnschlu\ssharp\space] % RG > Hmm, I'd rather use "Anhang". ok, added as comment > > > Besides: So far I used simply "1 Title of my first chapter" and "A =20 > My first appendix" rather than "Chapter 1 Title of my first chapter". > (It looks cute as > Chapter 1 > Title of my first chapter > with the first line differently styled as the second, but this is=20 > rarely used.) > > One probably should add them -- as comment after the actual empty label= . indeed i made them comments, all sectioning labels are empty by default=20 (but it does not hurt to show them as comment) > > Next question: Why are you changing the =EF=BF=BD into a + ? > > > -% \defineactivecharacter =EF=BF=BD {\AA{}} > > +% \defineactivecharacter + {\AA{}} actually. those chars are ansi chars and show up as a real \AA in my=20 editor so i kept the old one Hans