> draw textext("\startformula" & "\sum_{i=0}^N i^2" & "\stopformula");

I'm always a bit scared of textext, but here's how I do what I think
you are trying to do (get limits underneath) using btex..etex:

  label(btex $\displaystyle{\sum_{i=0}^N i^2}$ etex, origin);

Hopefully the same works in textext.

-Sanjoy

`Not all those who wander are lost.' (J.R.R. Tolkien)
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to