On Wed, 6 Feb 2013, Troy Henderson wrote:
Any idea how to put a \framed{ ... } around
\NC \NC x \NC = \NC 12
AFAIK, you can't. It's on my TODO list but requires a complete rewrite of
math align macros. If you really need it:
\startsetups table:math
\setupTABLE[frame=off, toffset=0.2ex, boffset=0.2ex]
\setupTABLE[column][odd][align=flushright]
\setupTABLE[column][even][align=flushleft]
\setupTABLE[first][2][leftframe=on]
\setupTABLE[last][2][rightframe=on]
\setupTABLE[first,last][2][topframe=on, bottomframe=on]
\stopsetups
\starttext
\startTABLE[setups=table:math]
\NC $\displaystyle \frac{2}{3}x-\frac{3}{4}$ \NC $\displaymath {}=
\frac{1}{6}x+\frac{21}{4}$ \NC \NR
\NC $\displaystyle \left(12\cdot\frac{2}{3}x\right) -
\left(12\cdot\frac{3}{4}\right) $
\NC $\displaystyle{}= \left(12\cdot\frac{1}{6}x\right) +
\left(12\cdot\frac{21}{4}\right)$ \NC \NR
\stopTABLE
\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
___________________________________________________________________________________