Am 10.09.2010 um 16:01 schrieb Jörg Hagmann:
Ok, I narrowed it down:
-------First minimal example----------- \setupcolors[state=start]
\starttext
\setupbackground[background=color,backgroundcolor=lightgray,corner=round,frame=on,framecorner=round,framecolor=red,rulethickness=2pt,topoffset=0.25cm,bottomoffset=0.25cm,leftoffset=0.5cm,rightoffset=0.5cm,before={\blank[big]}] \startbackground
\startitemize[packed] \item First question \item Second question \item Third question \stopitemize
\stopbackground
\stoptext ---------end of first minimal example
This works in mk II, but not in mk IV. It seems that start/stopbackground has been deprecated (?). And replaced with \definetextbackground ?
The reason is simpler, Hans replaced in MkIV many \newcounter and \chardef definitions with real counters and forgot for the background macros to add \setnewconstant\backgroundsplit\zerocount to pack-rul.mkiv. Wolfgang