3 Jun
2007
3 Jun
'07
6:50 p.m.
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