On Wed, May 14, 2008 at 10:36 PM,  <[EMAIL PROTECTED]> wrote:
>
> 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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to