[NTG-context] offset for enumeration counter

2010-09-17 Thread Philipp Gesang
Hi all, some specification requests that a numbered list start at arbitrary counter values. I'm using the following line after “\startitemize[...]” to accomplish this: ··8· \setnumber[itemgroup:itemize]{42}

Re: [NTG-context] offset for enumeration counter

2010-09-17 Thread Wolfgang Schuster
Am 17.09.2010 um 12:22 schrieb Philipp Gesang: Hi all, some specification requests that a numbered list start at arbitrary counter values. I'm using the following line after “\startitemize[...]” to accomplish this: ··8·

Re: [NTG-context] offset for enumeration counter

2010-09-17 Thread Philipp Gesang
On 2010-09-17 12:31:41, Wolfgang Schuster wrote: \starttext \startitemize[n][start=30] \dorecurse{4}{\item text} \stopitemize \stoptext Great, that's exactly what I was looking for. Now that we're at it: actually the spec wants this on per-item basis. This would amount to having another

Re: [NTG-context] offset for enumeration counter

2010-09-17 Thread Wolfgang Schuster
Am 17.09.2010 um 13:11 schrieb Philipp Gesang: On 2010-09-17 12:31:41, Wolfgang Schuster wrote: \starttext \startitemize[n][start=30] \dorecurse{4}{\item text} \stopitemize \stoptext Great, that's exactly what I was looking for. Now that we're at it: actually the spec wants this on

Re: [NTG-context] offset for enumeration counter

2010-09-17 Thread Philipp Gesang
On 2010-09-17 15:02:00, Wolfgang Schuster wrote: Am 17.09.2010 um 13:11 schrieb Philipp Gesang: Regardless of if there's a practical use for that: is this possible as well without resorting to repeated \setnumber'ing? \starttext \startitemize \sym{1.} text \sym{2.} text \sym{4.} text