[NTG-context] Changing separator after chapter {or section) numbers

2007-06-03 Thread Elliot Clifton
Hi,

I need to change the separator after the number

I tried:

\setuphead[chapter][separator=.]

\starttext

\chapter{Chapter Title}
\input knuth

\stoptext

But got:

1  Chapter Title

Not the expected:

1.  Chapter Title

I also tried setting the separator using \setupheads[separator=.]

Is the separator option broken, or am I doing something wrong?

TIA,

Elliot
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Changing separator after chapter {or section) numbers

2007-06-03 Thread Aditya Mahajan
On Sun, 3 Jun 2007, Elliot Clifton wrote:

 Hi,

 I need to change the separator after the number

 I tried:

 \setuphead[chapter][separator=.]

 \starttext

 \chapter{Chapter Title}
 \input knuth

 \stoptext

 But got:

 1  Chapter Title

 Not the expected:

 1.  Chapter Title

 I also tried setting the separator using \setupheads[separator=.]

 Is the separator option broken, or am I doing something wrong?

Try \setuplabeltext [chapter={{},{.}}]

Aditya


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___