On Wed, 31 Mar 2010, Troy Henderson wrote:

Is there any way to change the amount of vertical space produced by
\NR within \startmathalignment ... \stopmathalignment?

There is no such high-level interface. You will have to resort to a low-level \openup.

\starttext
\startformula \startalign
  \NC a \NC = b \NR
  \NC c \NC = d \NR
\stopalign \stopformula

\startformula \openup 50pt \startalign
  \NC a \NC = b \NR
  \NC c \NC = d \NR
\stopalign \stopformula

\startformula \startalign
  \NC a \NC = b \NR
  \NC c \NC = d \NR
\stopalign \stopformula
\stoptext

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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to