From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13791 Path: main.gmane.org!not-for-mail From: Pavel Stupin Newsgroups: gmane.comp.tex.context Subject: Re: \index + \definedescription Date: Fri, 10 Oct 2003 15:15:34 +0800 Organization: Requiem Aeternam Sender: ntg-context-admin@ntg.nl Message-ID: <20031010151534.274f5827.grosso@mail.ru> References: <20031009122750.70c366ef.grosso@mail.ru> <6.0.0.22.1.20031009092931.01b4e688@digitpaint.nl> 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 1065769935 19783 80.91.224.253 (10 Oct 2003 07:12:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Oct 2003 07:12:15 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Oct 10 09:12:13 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 1A7rRd-0002eH-00 for ; Fri, 10 Oct 2003 09:12:13 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 3449F10B6C; Fri, 10 Oct 2003 09:12:11 +0200 (MEST) Original-Received: from gnome05.net.rol.ru (smtp.rol.ru [194.67.21.9]) by ref.ntg.nl (Postfix) with ESMTP id 65D2010AFC for ; Fri, 10 Oct 2003 09:05:08 +0200 (MEST) Original-Received: from ts1-a237.Irkutsk.dial.rol.ru ([195.239.202.237]:25863 "HELO earth.solarsystem" whoson: "-unregistered-" smtp-auth: TLS-CIPHER: TLS-PEER-CN1: ) by gnome05.net.rol.ru with SMTP id S17303731AbTJJHFE (ORCPT ); Fri, 10 Oct 2003 11:05:04 +0400 Original-To: ntg-context@ntg.nl In-Reply-To: <6.0.0.22.1.20031009092931.01b4e688@digitpaint.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:13791 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13791 ____________________________________________________ On Thu, 09 Oct 2003 09:47:51 +0200 Willi Egger wrote: ____________________________________________________ > Possibly the following approach can help: > > Define a list \definelist[name][options] > Write to this list at each entry of the description \writetolist[name]{text} > At the spot where the list should occur \placelist[name] > > Programmers might write a macro which could be used in the description > definition together with e.g. [after=\TheMacro] which writes into the list. Thank you, Willi! Your solution works, but I've figured out a very simple, though probably not very elegant one: defined \def\dictind#1{\startDictEntry{#1}\index{#1}} and replaced all \startDictEntry w/ \dictind. Best, Pavel.