____________________________________________________
On Thu, 09 Oct 2003 09:47:51 +0200
Willi Egger
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.