From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13780 Path: main.gmane.org!not-for-mail From: Pavel Stupin Newsgroups: gmane.comp.tex.context Subject: \index + \definedescription Date: Thu, 9 Oct 2003 12:27:50 +0800 Organization: Requiem Aeternam Sender: ntg-context-admin@ntg.nl Message-ID: <20031009122750.70c366ef.grosso@mail.ru> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1065670752 12659 80.91.224.253 (9 Oct 2003 03:39:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Oct 2003 03:39:12 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Oct 09 05:39:10 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A7Rdu-0006oX-00 for ; Thu, 09 Oct 2003 05:39:10 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 718B310AFC; Thu, 9 Oct 2003 05:39:07 +0200 (MEST) Original-Received: from gnome05.net.rol.ru (smtp.rol.ru [194.67.21.9]) by ref.ntg.nl (Postfix) with ESMTP id 7084310AF1 for ; Thu, 9 Oct 2003 05:32:59 +0200 (MEST) Original-Received: from ts1-a133.Irkutsk.dial.rol.ru ([195.239.202.133]:8198 "HELO earth.solarsystem" whoson: "-unregistered-" smtp-auth: TLS-CIPHER: TLS-PEER-CN1: ) by gnome05.net.rol.ru with SMTP id S17294919AbTJIDc4 (ORCPT ); Thu, 9 Oct 2003 07:32:56 +0400 Original-To: ntg-context@ntg.nl X-Mailer: Sylpheed version 0.8.8 (GTK+ 1.2.10; i586-alt-linux-gnu) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:13780 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13780 Hello, In my document, I have a description defined in this way: \definedescription[DictEntry][headstyle=bold,location=serried,width=broad] I use the DictEntry description like this: ***************************************************************** \startDictEntry{Walters, Barbara (1931- )} a US television journalist known especially for her series Barbara Walters Special... \stopDictEntry \startDictEntry{Waterhouse, Keith (1929- )} an English journalist and writer of novels and plays... \stopDictEntry \startDictEntry{West, Rebecca (1892-1983)} an English writer and journalist. She wrote many novels... \stopDictEntry ... etc. ***************************************************************** What I would like to do is to automatically create an \index{} for every DictEntry so that every entry then appear in the register. Probably, I should use 'between' parameter when defining my DictEntry description, but I'm confused with what should be the proper argument in 'between=\index{???}. I would appreciate any help. Thank you in advance. Best, Pavel.