Re: [NTG-context] Increment the section counter

2017-09-14 Thread Procházka Lukáš Ing .
Hello, BTW, I needed to add a section numbered by zero some time ago; there is a solution which uses "conversion" parameter. When one needs to add a zero based section "manually" (ad hoc), there is another solution, too: \starttext \bgroup \setuphead[section][ownnumber=yes]

Re: [NTG-context] Increment the section counter

2017-09-12 Thread Fabrice Couvreur
Hi, Thank you Wolgang for your solution Thanks also to Rik Fabrice 2017-09-12 19:59 GMT+02:00 Wolfgang Schuster : > You can enable manual numbering > > > \setuphead[section][ownnumber=yes] > > \starttext > > \section{3}{Section 1} > > \section{5}{Section 1} > >

Re: [NTG-context] Increment the section counter

2017-09-12 Thread Wolfgang Schuster
You can enable manual numbering \setuphead[section][ownnumber=yes] \starttext \section{3}{Section 1} \section{5}{Section 1} \section{6}{Section 1} \stoptext or use a custom conversion \defineconversion[drunk][3,5,6] \setuphead[section][conversion=drunk] \starttext

Re: [NTG-context] Increment the section counter

2017-09-12 Thread Rik Kabel
On 2017-09-12 11:06, Fabrice Couvreur wrote: Hello, The number of the sections is 1 2 3 ... How to make it 3 5 6 ... ? Thank you Fabrice ___ If your question is of interest to others as well, please add an entry to