On Thu, Oct 6, 2011 at 4:08 PM, Stefan Müller <warrence....@gmx.de> wrote:
> Hi,
>
> I think I found a small bug.  The interaction colors interact strangely with
> page breaks in certain cases.  See the following example.  I'm using ConTeXt
> 201110003 12:59 MkIV.
>
> ################################
> \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.
> \stoptext
> ################################

true; just put \page and colors are green

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\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
\page
Step \in[step] of \in{Enumeration}[enum]. These numbers shouldn't be
red, should they? They are on the new page.
\stoptext
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
maybe a problem with the MVL

-- 
luigi
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to