16 Jan
2006
16 Jan
'06
10:43 p.m.
Aditya Mahajan wrote:
Maybe some way of doing this for all columns in a align, say \startformula \startalign[align={2,right}] %This is ugly syntax, can't % think of something good right away \NC a \NC= -1 \NR \NC b \NC= 1 \NR \stopalign \stopformula
since we hav esimple alignments here, we could make something: \startformula \startalign[n=4,align={left,right,middle,right}] \NC a \NC= -1 \NR \NC b \NC= 1 \NR \stopalign \stopformula Does that make sense? I think that it's enough to do this for al columns (not per cell) Hans