Re: [NTG-context] Alignment of Itemize

2008-05-15 Thread Wolfgang Schuster
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
___


Re: [NTG-context] Alignment of Itemize

2008-05-15 Thread Olivier Guéry
On Thu, May 15, 2008 at 8:42 AM, Wolfgang Schuster
<[EMAIL PROTECTED]> wrote:
> 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
>

Damned :o) Is there something ConTeXt can't do ?

Cheers,
Olivier.

-- 
[Message tapé sur un clavier Bépo : http://www.clavier-dvorak.org ]
Olivier [EMAIL PROTECTED] http://nemolivier.blogspot.com
___
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
___


[NTG-context] Alignment of Itemize

2008-05-14 Thread cidadaum

I have put this in my source file:

\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
VIII ---  blablablablablablabla

Thank you very much for your help

Armando
___
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
___