From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/8074 Path: main.gmane.org!not-for-mail From: "Denis B. Roegel" Newsgroups: gmane.comp.tex.context Subject: Re: index subsorting question Date: Tue, 28 May 2002 05:04:38 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <20020528050438.F1196@bar.loria.fr> References: <20020527085319.A6806@bar.loria.fr> <5.1.0.14.1.20020527220353.02ceae18@server-1> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035398510 24576 80.91.224.250 (23 Oct 2002 18:41:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:41:50 +0000 (UTC) Cc: "Denis B. Roegel" , ntg-context@ntg.nl, "Denis B. Roegel" Original-To: Hans Hagen In-Reply-To: <5.1.0.14.1.20020527220353.02ceae18@server-1>; from pragma@wxs.nl on Mon, May 27, 2002 at 10:04:38PM +0200 Xref: main.gmane.org gmane.comp.tex.context:8074 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:8074 On Mon, May 27, 2002 at 10:04:38PM +0200, Hans Hagen wrote: > At 08:53 AM 5/27/2002 +0200, Denis B. Roegel wrote: > >\index{A} puts A in the index. > > > >\index[A]{\A} puts \A under A in the index > > > >\index{letter+A} puts the subentry A under the entry letter in the index > > > >This leads to two questions: > > > > 1) how can I put \A with the subentry A under the entry letter in the > > index? > > \index[a]{\A} Will that really result in letter A \A ? >>From your second answer, I gather that I must write \index[letter+A]{letter+\A} And by the way, how should I take into account entries starting with `+' ? Denis > > > 2) how can I put \A with the subentry A under the entry \letter > > (which is itself with letter) in the index? > > \index[a+a]{\A+\A}