Hi,
How can I replace the following textext code to use sometxt?
\startMPpage
numeric u ; u := 1cm ;
for i = 0 upto 5:
dotlabel.bot(textext("$X_{" & decimal(i+1) & "}"), (i*u,0));
endfor ;
\stopMPpage
Also is sometxt supposed to be a replacement for textext in the long run?
Thanks
Aditya