From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/2033 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: \index or \register Date: Mon, 15 May 2000 09:28:47 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <3.0.6.32.20000515092847.019be880@pop.wxs.nl> References: <391D3D60.36D18511@gmx.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: main.gmane.org 1035392825 5299 80.91.224.250 (23 Oct 2002 17:07:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:07:05 +0000 (UTC) Cc: ConTeXt Original-To: angerweit@gmx.net In-Reply-To: <391D3D60.36D18511@gmx.net> Xref: main.gmane.org gmane.comp.tex.context:2033 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:2033 At 01:32 PM 5/13/2000 +0200, Hraban wrote: >- Is there a significant difference in ConTeXt between \index and >\register ? There is no \register. You can say: \defineregister [whatever] [whatevers] and use \whatever{entry} afterwards. So, \index is a predefined \defineregister [index] [indices] >- Is there a equivalent to LaTeX's > \index{something|(} (much text) \index{something|)} > that produces index entries for the whole range of text between the brackets Maybe you mean: \startindex{something} much text \stopindex{something} ? So, you may try: \starttekst test \startregister[index][oeps]{oeps}Some pretty long text\stopregister[index][oeps] test \plaatsregister[index] \stoptekst >- Is ConTeXt \seeregister equivalent to LaTeX >\index{something|see{that}} ? > Which text must/may go in which bracket of \seeregister[1]{2}{3}? \seeindex{something}{that} \seeregister[index]{something}{that} >- Is there a macro for several index entries at once? (In LaTeX there isn't) > e.g. \register{one;two;three} It would make \index pretty complicated. There is however a system of tagged index entries (for special typesetting); see beta manual. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl -----------------------------------------------------------------