[NTG-context] Alignment of Itemize
Wolfgang Schuster
schuster.wolfgang at googlemail.com
Thu May 15 08:42:33 CEST 2008
On Wed, May 14, 2008 at 10:36 PM, <cidadaum at sapo.pt> 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
More information about the ntg-context
mailing list