From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/2331 Path: main.gmane.org!not-for-mail From: "Berend de Boer" Newsgroups: gmane.comp.tex.context Subject: RE: Chapter A Date: Wed, 21 Jun 2000 12:03:03 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <011201bfdb67$e45f2ba0$0321a8c0@bmach.nederware.nl> References: <39508B73.D3F125B3@econ.muni.cz> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035393119 7928 80.91.224.250 (23 Oct 2002 17:11:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:11:59 +0000 (UTC) Original-To: In-Reply-To: <39508B73.D3F125B3@econ.muni.cz> Xref: main.gmane.org gmane.comp.tex.context:2331 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:2331 I'm not aware of a setup that does this, but you can try your own formatting: \setuphead [chapter] [command=\MyChapter] \def\MyChapter#1#2% {\ifcase#1{zero{\or{one}\or{two}...\fi #2} or something like that. There is also a numbercommand setting that perhaps does only the number formatting, but I've never it. Groetjes, Berend. (-: