3 Dec
2007
3 Dec
'07
3:20 a.m.
I've searched the documentation and emails, but I didn't find the answer... It sounds really simple: How can I make the numbers in startitemize[n,...] start from 0 instead of 1? Thanks, Zeus.
3 Dec
3 Dec
6:08 p.m.
2007/12/3, Zeus Gómez Marmolejo
I've searched the documentation and emails, but I didn't find the answer... It sounds really simple:
How can I make the numbers in startitemize[n,...] start from 0 instead of 1?
Thanks, Zeus.
Hi, \startitemize has a start value, but it is not working a you have to define your own conversion macro untill this will be fixed :-( \def\zerostart#1{\number\numexpr#1-1\relax} \defineconversion[zerostart][\zerostart] \starttext \startitemize[zerostart] \dorecurse{10}{\item text} \stopitemize \stoptext Wolfgang
6229
Age (days ago)
6229
Last active (days ago)
1 comments
2 participants
participants (2)
-
Wolfgang Schuster
-
Zeus Gómez Marmolejo