From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31462 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: index question Date: Sat, 21 Oct 2006 11:01:14 +0200 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1161421431 5934 80.91.229.2 (21 Oct 2006 09:03:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Oct 2006 09:03:51 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Oct 21 11:03:48 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 1GbClc-0005sC-PV for gctc-ntg-context-518@m.gmane.org; Sat, 21 Oct 2006 11:03:44 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6E3F31FF51; Sat, 21 Oct 2006 11:03:44 +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 25835-03; Sat, 21 Oct 2006 11:03:44 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 801871FF4F; Sat, 21 Oct 2006 11:01:53 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 045671FF51 for ; Sat, 21 Oct 2006 11:01:52 +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 25835-02 for ; Sat, 21 Oct 2006 11:01:50 +0200 (CEST) Original-Received: from mailout07.sul.t-online.com (mailout07.sul.t-online.com [194.25.134.83]) by ronja.ntg.nl (Postfix) with SMTP id 216DD1FF4E for ; Sat, 21 Oct 2006 11:01:47 +0200 (CEST) Original-Received: from fwd33.aul.t-online.de by mailout07.sul.t-online.com with smtp id 1GbCjj-0002kt-02; Sat, 21 Oct 2006 11:01:47 +0200 Original-Received: from [192.168.0.2] (ZYonqsZlQeoW3QtDgpDz-3u4LtzHUJph3ICzfaqa2xA+U6v01S960M@[84.172.109.216]) by fwd33.sul.t-online.de with esmtp id 1GbCje-1CdP0q0; Sat, 21 Oct 2006 11:01:42 +0200 Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.2) X-ID: ZYonqsZlQeoW3QtDgpDz-3u4LtzHUJph3ICzfaqa2xA+U6v01S960M@t-dialin.net X-TOI-MSGID: ac1f7e8a-3784-44e5-8b18-ea2696854429 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:31462 Archived-At: I couldn't find anything on the wiki or in the documentation: I have defined a special index which will typeset numbers in bold: \setupregister[index][imp][pagestyle=3Dbold] which I invoke like \index[imp::]{modernity} How can I get a register range to use this special style? I tried = something like \startregister[imp][signi][signifie]{\em signifi=E9} but get errors "missing csname." What am i overlooking? Thanks Thomas