17 Oct
2013
17 Oct
'13
8 p.m.
Hallo, I added a level (without numbering) to the existing sections; that works fine. But I also need the ability to "limit" the \fullheadnumber function, so that I get a correct numbering. How can I "limit" \fullheadnumber to level 1-7, so that I get the needed "1.1" in the second call in the following example? Thanks, H. ---8<--------------------- \definesection[section-8] \definehead[paragraphHead][][alternative=paragraphHead,number=no,section=section-8] \starttext \chapter{bla} \section{bla} I need: 1.1 - I get: \fullheadnumber \paragraphHead{bla} I need: 1.1 - I get: \fullheadnumber \section{bla} I need 1.2 - I get: \fullheadnumber \stoptext