2 Sep
2008
2 Sep
'08
12:42 p.m.
Hi, The color commands do not work inside math mode in MKIV. For example $f(\color[blue]{A}) = b$ $f({\blue A}) = b$ come out black and $f(\blue{A}) = b$ colors everything blue. I have an easy work around for the moment: \unprotected\def\mathcolor[#1]#2% {\preparebinrel{#2} \currentbinrel{\text{\color[#1]$\m@th #2$}}} and then use \mathcolor. Aditya