Re: [NTG-context] writing a label with a subscript in MetaFun.

2011-04-20 Thread Jeong Dalyoung
Dear Zhichu and Aditya, Thank you for the solution. label (textext($z_{ decimal (i) }$ ), z[i]) ; is working well. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an

[NTG-context] writing a label with a subscript in MetaFun.

2011-04-19 Thread Jeong Dalyoung
Dear all, I'd like to write a label with a subscript in MetaFun where the subscript is a variable. I tried in several way but not succeed. The best which I made is for i= 0 upto 8: label( z decimal i, z[i]); endfor; So the output is z1, z2, z3, ... And, the following commands are not

Re: [NTG-context] writing a label with a subscript in MetaFun.

2011-04-19 Thread Zhichu Chen
try label (textext($z_{ decimal (i) }$ ), z[i]) ; On Wed, Apr 20, 2011 at 10:03 AM, Jeong Dalyoung hak...@me.com wrote: Dear all, I'd like to write a label with a subscript in MetaFun where the subscript is a variable. I tried in several way but not succeed. The best which I made is

Re: [NTG-context] writing a label with a subscript in MetaFun.

2011-04-19 Thread Aditya Mahajan
On Wed, 20 Apr 2011, Jeong Dalyoung wrote: Dear all, I'd like to write a label with a subscript in MetaFun where the subscript is a variable. I tried in several way but not succeed. The best which I made is for i= 0 upto 8: label( z decimal i, z[i]); endfor; Untested: label(textext($z_{