From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31780 Path: news.gmane.org!not-for-mail From: "Jeff Smith" Newsgroups: gmane.comp.tex.context Subject: Header number separator Date: Tue, 7 Nov 2006 14:43:12 -0500 Message-ID: <2e8813a0611071143w27eb11c0we1bae7cf4fdf612b@mail.gmail.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 1162928623 14886 80.91.229.2 (7 Nov 2006 19:43:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Nov 2006 19:43:43 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 07 20:43:37 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 1GhWr3-0008Ga-ET for gctc-ntg-context-518@m.gmane.org; Tue, 07 Nov 2006 20:43:29 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 658571FE36; Tue, 7 Nov 2006 20:43:27 +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 29013-02; Tue, 7 Nov 2006 20:43:19 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EAB2C1FE0E; Tue, 7 Nov 2006 20:43:18 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7FCA81FE12 for ; Tue, 7 Nov 2006 20:43:17 +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 28648-02 for ; Tue, 7 Nov 2006 20:43:13 +0100 (CET) Original-Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by ronja.ntg.nl (Postfix) with SMTP id 1CB341FC72 for ; Tue, 7 Nov 2006 20:43:13 +0100 (CET) Original-Received: by ug-out-1314.google.com with SMTP id m2so1194783uge for ; Tue, 07 Nov 2006 11:43:12 -0800 (PST) Original-Received: by 10.67.119.13 with SMTP id w13mr9629433ugm.1162928592278; Tue, 07 Nov 2006 11:43:12 -0800 (PST) Original-Received: by 10.67.94.18 with HTTP; Tue, 7 Nov 2006 11:43:12 -0800 (PST) Original-To: "mailing list for ConTeXt users" 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:31780 Archived-At: Hi, Some time ago I had a query on the list about roman numbering in headers. Once I got my answer, I asked something else relatively unrelated but in the same thread. It's probably bad etiquette, so I figure that is why it has remained unheeded. I'd like to submit my second query again. I have a problem with the separator in header numbers. I want to use a different separator between chapter and section numbers (-), than between section and subsection numbers (.). So, assuming I'm using roman numerals for chapters, I'd like numering of sections to be I-1, I-2, I-3, etc., of subsections to be I-1.1, I-1.2, I-2.1, I-2.2, I-2.3, etc. Now when I use \setuphead for section and subsection blocks with different [separator=] attributes: \setuphead[section][separator=-] \setuphead[subsection][separator=.] ... it defines the separator for the _whole_ header level, not the number position within any relevant header. So I get this instead: sections are numbered I-1, I-2, I-3, etc. subsections are numbered I.1.1, 1.1.2, I.2.1, I.2.2, I.2.3, etc. Is there a way to achieve what I want to do? Thanks! Jeff