10 Jan
2013
10 Jan
'13
2:01 p.m.
On Thu, 10 Jan 2013 06:51:50 -0500
Aditya Mahajan
Since the beginning of MkIV, colors in metapost labels need to be set at the ConTeXt end (Untested):
T := thelabel(textext("\color[blue]{I'm seeing double}"), origin);
Aditya
I don't believe that this is true, but I am most likely wrong. Indeed "\blue text" has worked, but 'draw T withcolor blue;' *should* work as well. The processing of textext() has changed recently, it seems. \startMPcode label(textext("I'm seeing double"),origin) withcolor green ; label(textext("I'm seeing double"),(-1mm,1mm)) withcolor blue ; \stopMPcode DOES work. Of course, these are much simplified minimal examples of what I would like to do. Alan