2 Jun
2011
2 Jun
'11
3:28 a.m.
Am 02.06.2011 um 02:28 schrieb Aditya Mahajan:
Hi,
I do not want chapter number to be prefixed in section and subsection numbers. Thus,
\starttext \chapter{One} \section{Two} \subsection{Three} \stoptext
should give:
1 One 1 Two 1.1 Three
How to achieve that? I tried
\setuphead[section][prefixset=none]
but to no affect.
\setuphead[section] [sectionsegments=section] \setuphead[subsection][sectionsegments=section:subsection] Prefixes are used from commands which show the section numbers in front of their own number, e.g. floats or enumerations. Wolfgang