From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26146 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: Re: register ranges Date: Thu, 23 Feb 2006 12:13:27 +0100 Message-ID: <525C272F-2199-448D-891D-F5ED331155F5@uni-bonn.de> References: <43FD9827.8090004@capdm.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1140693310 21830 80.91.229.2 (23 Feb 2006 11:15:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Feb 2006 11:15:10 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Feb 23 12:15:08 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 1FCER7-0000E0-PK for gctc-ntg-context-518@m.gmane.org; Thu, 23 Feb 2006 12:15:05 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 868121279F; Thu, 23 Feb 2006 12:15: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 12766-05-4; Thu, 23 Feb 2006 12:15:00 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D861E1279B; Thu, 23 Feb 2006 12:15:00 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1E67B1279B for ; Thu, 23 Feb 2006 12:14:59 +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 12766-05-3 for ; Thu, 23 Feb 2006 12:14:58 +0100 (CET) Original-Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by ronja.ntg.nl (Postfix) with SMTP id 34FA91278F for ; Thu, 23 Feb 2006 12:14:58 +0100 (CET) Original-Received: from fwd27.aul.t-online.de by mailout01.sul.t-online.com with smtp id 1FCEQz-000721-05; Thu, 23 Feb 2006 12:14:57 +0100 Original-Received: from [192.168.0.2] (SmZGGrZG8esvTweNwWdcvN4zbLJuRoEmHs3qVfY8r4nTh3SOsaMUru@[84.172.108.36]) by fwd27.sul.t-online.de with esmtp id 1FCEQf-0S3XO40; Thu, 23 Feb 2006 12:14:37 +0100 In-Reply-To: <43FD9827.8090004@capdm.com> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.746.2) X-ID: SmZGGrZG8esvTweNwWdcvN4zbLJuRoEmHs3qVfY8r4nTh3SOsaMUru@t-dialin.net X-TOI-MSGID: 91c2b380-51f9-4dc1-b816-689e27e0e471 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:26146 Archived-At: On Feb 23, 2006, at 12:10 PM, Duncan Hothersall wrote: > > Hi Thomas. > > The first [...] in the \startregister command is the name of the > register itself, then there is a second one for the sort key/range > identifier. So you want: > > \startregister[index][Menippean]{Menippean} > \stopregister[index][Menippean] > > and then you can have > > \startregister[index][Menippean1]{Menippean} > \stopregister[index][Menippean1] > > as well. > > Hope that helps. > > Duncan Duncan, thanks, that helped a lot! I will add a line to the wiki with your explanation, if you don't mind... Thanks, and best Thomas