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_{" & decimal i & "}$"), z[i]) ;
Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________