Re: [NTG-context] about alignment in itemize

2011-02-05 Thread Jeong Dalyoung
Dear Li,

Thank you for the solution.
It works fine.

In ConTeXt, there are so many hidden jewelry for a simple user like me.
But it is a joy to find one by one.

Best regards,

Dalyoung

 
 Hi Dalyoung,
 
 ??? (happy new year)?
 
 You can try \setupitemize[symalign=flushright,distance=0.5em].
 
 -- 
 Best regards,
 
 Li Yanrui
 
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] about alignment in itemize

2011-02-04 Thread Jeong Dalyoung
Dear Li,

Thank you for the solution.
It works fine.

In ConTeXt, there are so many hidden jewelry for a simple user like me.
But it is a joy to find one by one.

Best regards,

Dalyoung

 
 Hi Dalyoung,
 
 ??? (happy new year)?
 
 You can try \setupitemize[symalign=flushright,distance=0.5em].
 
 -- 
 Best regards,
 
 Li Yanrui
 
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] about alignment in itemize

2011-02-03 Thread Jeong Dalyoung
Dear all,

First, yesterday was the new year's day in Lunar calendar, and it is the 
biggest  holiday in a year for us. So I'd like to say Happy New Year! again.

I use the following code to list some items and avoid the overlapping (viii) 
and letters:

\startitemize[r, broad][left={(},right={)},stopper=]
\item it is a test lihe.
\item it is a test lihe.
\item it is a test lihe.
\item it is a test lihe.
\item it is a test lihe.
\item it is a test lihe.
\stopitemize

In the output, the roman numerals left aligned. However, is it possible to make 
it right aligned  as following? 

(iii)
   (iv)
(v)
   (vI)
   (vii)

Thank you for reading.

Best regards,

Dalyoung

___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] about alignment in itemize

2011-02-03 Thread 李延瑞
2011/2/4 Jeong Dalyoung hak...@me.com:
 Dear all,

 First, yesterday was the new year's day in Lunar calendar, and it is the 
 biggest  holiday in a year for us. So I'd like to say Happy New Year! again.

 I use the following code to list some items and avoid the overlapping (viii) 
 and letters:

        \startitemize[r, broad][left={(},right={)},stopper=]
        \item it is a test lihe.
        \item it is a test lihe.
        \item it is a test lihe.
        \item it is a test lihe.
        \item it is a test lihe.
        \item it is a test lihe.
        \stopitemize

 In the output, the roman numerals left aligned. However, is it possible to 
 make it right aligned  as following?

    (iii)
   (iv)
    (v)
   (vI)
   (vii)

Hi Dalyoung,

过年好 (happy new year)!

You can try \setupitemize[symalign=flushright,distance=0.5em].

-- 
Best regards,

Li Yanrui
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___