3 Oct
2011
3 Oct
'11
8:28 a.m.
Am 03.10.2011 um 10:14 schrieb Hans Hagen:
On 2-10-2011 17:16, Steffen Wolfrum wrote:
Hans,
when we should use \startitem ... \stopitem now, shouldn't there be a \startsym ... \stopsym too?
Steffen, who just had a mixed case: sym and item in one itemize ;o(
I've added special item support to the beta
\starttext
\startitemize \starthead {head} test \stophead \startitem test \stopitem \startspecialitem[sym]{s} test \stopspecialitem \stopitemize
\stoptext
Thank you! Steffen