Re: [NTG-context] textext within ConTeXt

2019-03-03 Thread Mohammad Hossein Bateni
This is quite counterintuitive... It also happens if I define a string variable, use concatenate operator to set its value, and then finally pass the string to textext macro. Is there a way to get around this issue? On Sun, Mar 3, 2019, 1:13 PM Alan Braslau wrote: > On Sun, 3 Mar 2019 12:52:53

Re: [NTG-context] textext within ConTeXt

2019-03-03 Thread Alan Braslau
On Sun, 3 Mar 2019 12:52:53 -0500 Mohammad Hossein Bateni wrote: > Hi, > > I can't understand why the following code does not work. Could someone > help me out here? > > \starttext > \startMPpage > draw textext("\convertnumber{r}{12}"); > draw textext("\convertnumber{r}{" & "12" & "}"); > \sto

[NTG-context] textext within ConTeXt

2019-03-03 Thread Mohammad Hossein Bateni
Hi, I can't understand why the following code does not work. Could someone help me out here? \starttext \startMPpage draw textext("\convertnumber{r}{12}"); draw textext("\convertnumber{r}{" & "12" & "}"); \stopMPpage \stoptext The first draw statement works perfectly. But the second one throws