10 Sep
2013
10 Sep
'13
11:48 a.m.
Am 10.09.2013 um 11:38 schrieb "H. Özoguz"
\setuphead[sectionsegments=2:*] \setuphead[part][placehead=hidden]
\starttext
\part{One} \chapter{Chapter} \section{Section} \part{Two} \chapter{Chapter} \section{Section}
\stoptext
Wolfgang
That gives this compile:
1.1 Chapter 1 Section 1 Chapter 1.1 Section
That is not what I intended. (btw.: I do not understand, what happens here...) The second chapter and section is ok, but what happended to the first ones?
It works when you remove the part setup or when you change the placehead setting to yes, no or empty. Wolfgang