3 Nov
2013
3 Nov
'13
7:22 p.m.
On Sun, 3 Nov 2013, Wolfgang Schuster wrote:
Am 03.11.2013 um 19:04 schrieb Xan
: Hi,
Is possible to set \setupitemize *only* applying for \startitemize[a] with have [right=),stopper=]?
I did not find in wiki. Only for levels, not for symbols type.
No, this is not supported.
One option is to use a dedicated itemgroup: \defineitemgroup[parenlist][symbol=a, right=), stopper=] \starttext \startitemize[n] \item One \item Two \startparenlist \item One \item Two \stopparenlist \item Three \startitemize[n] \item One \item Two \stopitemize \stopitemize \stoptext Aditya