On Mon, 23 Mar 2009, Mojca Miklavec wrote:

This however fails:
k:=2;
label.bot(textext("$1\over" & decimal k & "$"), (10,0)) ;

Try with \frac instead.

Or prevent expansion of \over

label.bot(textext("$1\noexpand\over" & decimal k & "$"), (10,0)) ;


Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to