From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/3083 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: Index format and sorting Date: Wed, 25 Oct 2000 10:28:29 +0200 (CEST) Sender: owner-ntg-context@let.uu.nl Message-ID: References: <39F5C1B9.314C44E3@gmx.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=latin1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035393842 14126 80.91.224.250 (23 Oct 2002 17:24:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:24:02 +0000 (UTC) Cc: ConTeXt In-Reply-To: <39F5C1B9.314C44E3@gmx.net> Xref: main.gmane.org gmane.comp.tex.context:3083 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:3083 Hi, > I'd like to influence the layout of my index a bit... > Is it possible to change the sorting, that upper- and lowercase > become joined and umlauts (ä, ö, ü) are sorted as a, o, u? At least for the latter texutil --references --quote should do, else you can define a \sortkey (see enco-ini.tex). For the uppercase header: Try: \setuphead[section][textcommand=\command#1] with texcommand=\uppercase (Completely untested) Tobias