4 Aug
2006
4 Aug
'06
8:46 a.m.
On 8/4/06, David Wooten wrote:
Hans Hagen wrote:
what is the label font then? probably defaultfont so you need to set that as well also, label does not use tex, use
label(\textext("very"),z46)
should be \textext{very}
That's it, indeed (though without the back-slash for textext):
label(textext("very"),z46)
I would use label(\sometxt{very},z46); It works much better and you don't need to specify anything in the MPenvironment. The default document font will be used. Mojca To Hans: \textext is not documented anywhere yet. Would it make sense to make it a synonym for \sometxt perhaps?