Re: [NTG-context] Labelling with textext

2010-02-13 Thread Aditya Mahajan
On Sat, 13 Feb 2010, Troy Henderson wrote: I'm trying to typeset a numerical label (in math mode) and have space for a - sign (but not actually typeset the -) after the number in the case where the number itself is negative. I am trying this label.bot(textext("$" & decimal(x) & "\hphantom{-}$"

[NTG-context] Labelling with textext

2010-02-13 Thread Troy Henderson
I'm trying to typeset a numerical label (in math mode) and have space for a - sign (but not actually typeset the -) after the number in the case where the number itself is negative. I am trying this label.bot(textext("$" & decimal(x) & "\hphantom{-}$"),(x*u,ay*u)); which fails. If I remove the