From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/153 Path: main.gmane.org!not-for-mail From: Berend de Boer Newsgroups: gmane.comp.tex.context Subject: \zieindex is wrong Date: Sat, 3 Oct 1998 20:10:16 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <01BDEF09.D6C91B50.berend@pobox.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035391025 21673 80.91.224.250 (23 Oct 2002 16:37:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:37:05 +0000 (UTC) Original-To: "'ntg-context@ntg.nl'" Xref: main.gmane.org gmane.comp.tex.context:153 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:153 Hai all, Using \zieindex (\seeindex probably in the english interface) doesn't work. Here a sample file: ----------------- \starttekst \index{oeps} \index{test} \zieindex{hello world}{test} \volledigeindex \stoptekst ----------------- It generates this index: ----------------- 1 Index zie: test o oeps 1 t test 1 ----------------- I expect to see ----------------- 1 Index h hello world zie: test o oeps 1 t test 1 ----------------- Groetjes, Berend.