From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31599 Path: news.gmane.org!not-for-mail From: "Jeff Smith" Newsgroups: gmane.comp.tex.context Subject: Re: Roman numerals in headers Date: Thu, 26 Oct 2006 20:04:45 -0400 Message-ID: <2e8813a0610261704j53885879qc9eb8bf42aa39b2d@mail.gmail.com> References: <2e8813a0610260844n2c03011ficacb6e1976bdc298@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 1161907518 3181 80.91.229.2 (27 Oct 2006 00:05:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 Oct 2006 00:05:18 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Oct 27 02:05:16 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 1GdFDR-0005xS-Nx for gctc-ntg-context-518@m.gmane.org; Fri, 27 Oct 2006 02:04:53 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 505AB1FF39; Fri, 27 Oct 2006 02:04:53 +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 16587-06; Fri, 27 Oct 2006 02:04:49 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 433B51FED2; Fri, 27 Oct 2006 02:04:49 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 89D5A1FEF8 for ; Fri, 27 Oct 2006 02:04:46 +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 16677-03-2 for ; Fri, 27 Oct 2006 02:04:45 +0200 (CEST) Original-Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by ronja.ntg.nl (Postfix) with SMTP id B729F1FE6A for ; Fri, 27 Oct 2006 02:04:45 +0200 (CEST) Original-Received: by ug-out-1314.google.com with SMTP id e2so585698ugf for ; Thu, 26 Oct 2006 17:04:45 -0700 (PDT) Original-Received: by 10.66.244.10 with SMTP id r10mr3889637ugh; Thu, 26 Oct 2006 17:04:45 -0700 (PDT) Original-Received: by 10.67.94.18 with HTTP; Thu, 26 Oct 2006 17:04:45 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: 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:31599 Archived-At: On 10/26/06, Aditya Mahajan wrote: > section-1 is parts > section-2 is chapter/title > section-3 is section > Oh, God, page 146 of the manual! I must have been blind or something, I'm truly sorry... Thanks for the reply though. :( That being said, I now have a problem with the separator. I want to use a different separator between chapter and section (-), and between section and subsection (.). 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. Am I clear as to what I'd like to do? Is there a way to do it? Thank you in advance, as always! Jeff