On Wed, May 14, 2008 at 10:36 PM,
I have put this in my source file:
\startitemize[R][4*broad,stopper=---]
\startitemize[R,4*broad][stopper=---]
And in the output the m rule (---) was overlapped by the roman numeral. By the way I would like to align the roman numeral to the right more or less like this (it is difficult to do in text format)
I --- blablablablablablabla II --- blablablablablablabla III --- blablablablablablabla IV --- blablablablablablabla
V --- blablablablablablabla VI --- blablablablablablabla VII --- blablablablablablabla
VIII --- blablablablablablabla
Thank you very much for your help
\starttext \startitemize[R,fit][itemalign=flushright,stopper={ --- }] \dorecurse{8}{\item blablabla} \stopitemize \stoptext
Armando
Wolfgang