3 Nov
2006
3 Nov
'06
3:36 a.m.
On Thu, 2 Nov 2006, Paul Jones wrote:
On 11/2/06, Mojca Miklavec
wrote: % "draw \sometxt{forever} withcolor red" is broken at the moment, % but used to/should(?) work otherwise
Thanks for the hint. I don't know anything about mp. Is there a replacement for the broken draw \sometxt?
draw \sometxt{\red{forever}} ; should work. Now on a question of my own, is it possible to redefine \sometxt so that \sometxt{abc} is equivalent to \sometxt{\mymacro{abc}} I find myself writing a lot of code like this label.top(\sometxt{\parbox{A long label}}, z1 ) ; This is really low priority, but something like this will be nice to have. Aditya