Am 23.10.2012 um 19:36 schrieb Shane Peelar
Hi Wolfgang,
Thanks for the quick and helpful reply. Is there also a way to change just the number colour and style in the example you provided?
\defineseparatorset [testseparator] [][–] \defineprocessor[teststyle][style=bolditalic] \defineconversionset[testconversion][][teststyle->number] %\defineprocessor[one][style=italic,color=red] %\defineprocessor[two][style=normal,color=blue] %\defineconversionset[testconversion][one->number,two->number][teststyle->number] \defineenumeration [test] [text=Test, headstyle=bold, numberconversionset=testconversion, numberseparatorset=testseparator] \starttext \placelist[test] \starttest[title={Knuth}] \input knuth \stoptest \startsubtest[title={Zapf}] \input zapf \stopsubtest \stoptext Wolfgang