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? Greeting Andreas
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? \stopitemize
Is it deprecated? Is there an alternative?
I answer myself: one can use enumerations.
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} ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Andreas Harder
-
Andreas Harder
-
Hans Hagen