16 Jun
2011
16 Jun
'11
3:15 a.m.
Hey folks,
I noticed some other people had issues with \startitemize[n] counting starting from zero as a bug a while ago. In my case, I need a specific list to start counting from zero.
Is there any way to do this?
see: http://wiki.contextgarden.net/Enumerations example: --- \starttext \startitemize[n][start=0] \dorecurse{3}{\item Lorem ipsum} \stopitemize \stoptext --- Adam