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 define a customized list so I can do:
\startmylist \item blah \item llla \stopmylist
to get the same result?
Does http://wiki.contextgarden.net/User-Defined_Enumerations help?
Thanks! This works fine: \defineconversion[s][icon,coni] \startitemize[s,packed][width=5em,stopper=:,style=bold] \item blah \item lla \stopitemize 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] Michael