21 Apr
2014
21 Apr
'14
3:47 p.m.
Am 21.04.2014 um 22:18 schrieb Aditya Mahajan
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