Re: [NTG-context] customized itemize

2006-05-17 Thread Aditya Mahajan
On Wed, 10 May 2006, Na Li wrote: Another question, if I do \startitemize[n] \item \startmylist \item \stopmylist \stopitemize The numbers, '1', '2', etc, from the outer list does not line up with the first line of the inner list. How can that be fixed? Try

Re: [NTG-context] customized itemize

2006-05-10 Thread Na Li
On 9 May 2006, Hans Hagen wrote: Na Li wrote: Is there a way of defining an itemize style without having to specify the same set of options to \startitemize every time? Something like: \defineitemize[myitemize][s,packed][width=5em,stopper=:,style=bold] \defineitemgroup That does

[NTG-context] customized itemize

2006-05-09 Thread Na Li
I need use repeatedly a list like this, with the same set of words (five or six of them), 'icon', 'coni', etc, \startitemize[width=3em,symstyle=bold] \sym{icon} blah \sym{coni} llla \stopitemize How to define a customized list so I can do: \startmylist \item blah \item llla

Re: [NTG-context] customized itemize

2006-05-09 Thread Aditya Mahajan
On Tue, 9 May 2006, Na Li wrote: I need use repeatedly a list like this, with the same set of words (five or six of them), 'icon', 'coni', etc, \startitemize[width=3em,symstyle=bold] \sym{icon} blah \sym{coni} llla \stopitemize How to define a customized list so I can do:

Re: [NTG-context] customized itemize

2006-05-09 Thread Na Li
On 9 May 2006, Aditya Mahajan wrote: On Tue, 9 May 2006, Na Li wrote: I need use repeatedly a list like this, with the same set of words (five or six of them), 'icon', 'coni', etc, \startitemize[width=3em,symstyle=bold] \sym{icon} blah \sym{coni} llla \stopitemize How to

Re: [NTG-context] customized itemize

2006-05-09 Thread Hans Hagen
Na Li wrote: Is there a way of defining an itemize style without having to specify the same set of options to \startitemize every time? Something like: \defineitemize[myitemize][s,packed][width=5em,stopper=:,style=bold] \defineitemgroup Hans