[NTG-context] Items with head

2010-08-25 Thread Andreas Harder
Hi all, in strc-itm.mkiv I found the following example: \def\MyItemCommand#1{{\bf#1}\quad} \setupitemgroup[itemize][command=\MyItemCommand] \startitemize \item {test} is this okay? \item {test} is this okay? \item {test} is this okay? \stopitemize Is it deprecated? Is there an alternative?

Re: [NTG-context] Items with head

2010-08-25 Thread Andreas Harder
Am 25.08.2010 um 12:24 schrieb Andreas Harder: Hi all, in strc-itm.mkiv I found the following example: \def\MyItemCommand#1{{\bf#1}\quad} \setupitemgroup[itemize][command=\MyItemCommand] \startitemize \item {test} is this okay? \item {test} is this okay? \item {test} is this okay?

Re: [NTG-context] Items with head

2010-08-25 Thread Hans Hagen
On 25-8-2010 12:24, Andreas Harder wrote: \def\MyItemCommand#1{{\bf#1}\quad} \setupitemgroup[itemize][command=\MyItemCommand] \startitemize \item {test} is this okay? \item {test} is this okay? \item {test} is this okay? \stopitemize \unexpanded\def\MyItemCommand#1{{\bf#1}\quad}