5 May
2010
5 May
'10
7:39 a.m.
On 5 mai 2010, at 09:25, Marius wrote:
On Wed, May 5, 2010 at 5:12 AM,
wrote: G'Day,
I'm trying out ConTeXt and have come up with 2 questions.
1. How does one add a dot after the numerals in headings, so that "\section{First}" becomes "1. First" instead of "1 First" ?
\setupheads[sectionstopper=.]
Actually this works only in mkiv, and implies also a dot after the chapter numbers and so on. If you want only a dot after the section number you may say \setuphead[section][sectionstopper={.}] The same thing is possible in mkii, but I don't remember how to do it right now… Best regards: OK