Am 21.04.2014 um 22:18 schrieb Aditya Mahajan <adit...@umich.edu>:

> On Tue, 15 Apr 2014, Aditya Mahajan wrote:
> 
>> textcolor does not work any longer with MPinstance. Consider the following 
>> example from the wiki: http://wiki.contextgarden.net/Command/defineMPinstance
> 
> Is there any update on this? This bug breaks the visualcounter module.
> 
> I am including a smaller minimal example:
> 
> \defineMPinstance
>  [important]
>  [metafun]
>  [textcolor=red]
> 
> \starttext
> 
> \startMPcode{important}
>  draw textext("Am I red?") ;
> \stopMPcode
> 
> \stoptext


It fails also with the default instance:

\setupMPinstance
  [textcolor=red,
   textstyle=bold]

\starttext

\startMPcode
 draw textext("Am I red?") ;
\stopMPcode

\stoptext

Wolfgang
___________________________________________________________________________________
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