From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26045 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: Sections with additional dot: a little request Date: Sun, 19 Feb 2006 16:38:20 +0100 Message-ID: <6faad9f00602190738r33c6b025hfd2ef4a149a82d33@mail.gmail.com> References: <6faad9f00602172032x43db81b3v88da06a4676d0efc@mail.gmail.com> <43F70AAC.2030504@wxs.nl> 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 1140363518 24367 80.91.229.2 (19 Feb 2006 15:38:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 19 Feb 2006 15:38:38 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Feb 19 16:38:33 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 1FAqdp-0004ri-CB for gctc-ntg-context-518@m.gmane.org; Sun, 19 Feb 2006 16:38:29 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E37B112780; Sun, 19 Feb 2006 16:38:28 +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 22641-01; Sun, 19 Feb 2006 16:38:25 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8C8FD1276C; Sun, 19 Feb 2006 16:38:24 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B509E1276C for ; Sun, 19 Feb 2006 16:38:22 +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 22333-05 for ; Sun, 19 Feb 2006 16:38:21 +0100 (CET) Original-Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.205]) by ronja.ntg.nl (Postfix) with SMTP id 5FF951276B for ; Sun, 19 Feb 2006 16:38:21 +0100 (CET) Original-Received: by nproxy.gmail.com with SMTP id x4so513257nfb for ; Sun, 19 Feb 2006 07:38:20 -0800 (PST) Original-Received: by 10.48.49.13 with SMTP id w13mr960162nfw; Sun, 19 Feb 2006 07:38:20 -0800 (PST) Original-Received: by 10.48.202.12 with HTTP; Sun, 19 Feb 2006 07:38:20 -0800 (PST) Original-To: "mailing list for ConTeXt users" In-Reply-To: <43F70AAC.2030504@wxs.nl> 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:26045 Archived-At: On 2/18/06, Hans Hagen wrote: > Mojca Miklavec wrote: > > Hello Hans, > > > > The sections in Slovenian have to be numbered wih dots at the end: > > > > 1. Introduction > > 2. Contents > > 2.1. Subsection > > 2.1.1. Subsubsection > > 2.1.2. Subsubsection > > 2.2. Subsection > > 2.3. Subsection > > 3. Bibliography > > > > rather than > > > > 1 Introduction > > 2 Contents > > 2.1 Subsection > > 2.1.1 Subsubsection > > 2.1.2 Subsubsection > > 2.2 Subsection > > 2.3 Subsection > > 3 Bibliography > > > > There are many commands in ConTeXt which support "delimiter" key, but > > here the delimiter already stands for the dot delimiting subsequent > > numbers in this case. > > > a quick way out: > > \setuplabeltext > [sl] > [chapter={{},{.}}] Thanks a lot. It's an interesting trick. > it is no problem to provide some language dependent conversion handling, but then i'd like to implement everything at once (i know that hungarian also has special demands). > > so ... best is t o start meking a 'document' with proposed extensions (to which other users can add their wishes); most of what you need, is not that hard to implement, but i'd like to do it all at once Wiki is a perfect place for such a thing. (I also have some other half-written page about language support to be placed there.) I can only hope that anyone is reading this and will reply or leave a note on the wiki about his or her requests. Thanks, Mojca