From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/29651 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Index design Date: Mon, 24 Jul 2006 23:37:50 +0200 Message-ID: <5095E76F-3A5D-4602-B88C-8B97AB887A9E@st.estfiles.de> 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 1153834696 28081 80.91.229.2 (25 Jul 2006 13:38:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Jul 2006 13:38:16 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Jul 25 15:38:13 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 1G5N6r-0005EQ-Mr for gctc-ntg-context-518@m.gmane.org; Tue, 25 Jul 2006 15:38:05 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4457E1FE36; Tue, 25 Jul 2006 15:38:05 +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 07948-08-3; Tue, 25 Jul 2006 15:38:00 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 551591FE37; Tue, 25 Jul 2006 15:38:00 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6EC4F1FE37 for ; Tue, 25 Jul 2006 15:37:57 +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 07948-08-2 for ; Tue, 25 Jul 2006 15:37:56 +0200 (CEST) Original-Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by ronja.ntg.nl (Postfix) with SMTP id E335C1FE36 for ; Tue, 25 Jul 2006 15:37:53 +0200 (CEST) Original-Received: (qmail 13926 invoked from network); 24 Jul 2006 21:37:53 -0000 Original-Received: from unknown (HELO [217.184.1.200]) (698580@[217.184.1.200]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 24 Jul 2006 21:37:53 -0000 Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.746.2) 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:29651 Archived-At: Hi, in a index is it possible not to have bold letters as separators ("a", "w") in a dedicated line, but instead only the first letter of the first entry with "a" or "w" bold? See this minimal example: \starttext \chapter{First Chapter} Some text...\index{word} \section {First Section} Some text...\index{word} Some text...\index{another word} Some text...\index{another word} \page[yes] \completeindex \stoptext Here I would like to have only the first letter of the index entries "another" and later "word" in the index to be set bold. (Hope you understand what I mean...) Thanks, Steffen