[metapost] Re: [metafont] [question about metapost]How to make
color text in boxes?
Hartmut Henkel
hartmut_henkel at gmx.de
Sun Jan 23 14:32:07 CET 2005
On Sun, 23 Jan 2005, Laurence Finston wrote:
> On Tue, 18 Jan 2005, Johan Ingvast wrote:
>
> > The pictures that btex ... etex generates can be painted in any color
> > when drawn. I use
> > label(btex $A$ etex withcolor red, origin);
> > and the like alot.
beginfig(1);
label(btex $A$ etex, origin) withcolor red;
endfig;
end
Regards, Hartmut
More information about the metapost
mailing list