
6 Oct
2011
6 Oct
'11
4:55 p.m.
Sorry, I forgot to mention (and maybe it's obvious) that the problem only seems to appear in the paragraph directly after the enumeration, so the colors are correct in last paragraph in: ################################ \setupinteraction[state=start] \setupitemize[each][n, packed] \defineenumeration[myenum][text=Enumeration, location=top] \starttext \dorecurse{9}{\input ward \par} \startmyenum[enum] \startitemize \item Go to step \in[step]. \item[step] Step. \stopitemize \stopmyenum Step \in[step] of \in{Enumeration}[enum]. These numbers shouldn't be red, should they? They are on the new page. Step \in[step] of \in{Enumeration}[enum]. These numbers are green, as expected. \stoptext ################################ Stefan.