From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/376 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Bug in \defineenumeration Date: Fri, 02 Apr 1999 13:58:13 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <3704B0D5.66F1E45B@wxs.nl> References: <000901be7c43$0ca44da0$0c01a8c1@worf.login-bv.com> <14083.39512.709590.260550@localhost> <370393BA.325EBB36@wxs.nl> <14083.45300.460416.962786@localhost> <3703A098.3163B607@wxs.nl> <14084.43257.962632.878200@localhost> 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 1035391241 23602 80.91.224.250 (23 Oct 2002 16:40:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:40:41 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: Taco Hoekwater Xref: main.gmane.org gmane.comp.tex.context:376 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:376 Taco Hoekwater wrote: > Sorry, but it is not OK. > \doornummeren[definition][tekst=Definition] > \steldoornummerenin[definition] % some more here > [plaats=aanelkaar,kopletter=kap, > paragraafnummer=ja,wijze=perdeel] > > \startdefinition > .... > \stopdefinition > > This tries to evaluate the counter \@@ddDEFINITION@@ddnummer when > typesetting (as well as \@@ddDEFINITIONlinks etc. etc.). Indeed. The \uppercase in \kap is the troublemaker. There is no easy way around this, which is (see source) why \def\kap##1{##1} was there inside this macro. I forgot to adapt that one to an update. I now simply disable the kap option, because the proper solution (there are workarounds possible, but they should work at all levels and thereby increase the code a lot) is to let eetex provide something \nocase{}, which, when issued inside \uppercase or \lowercase, disables the conversion. Suggestion: say [...,tekst=DEFINITION,letter=\tx,...] instead and you will get what you want: an uppercase label is a smaller typeface. 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 -----------------------------------------------------------------