Re: [NTG-context] Period at the end of a "alignment block".

2012-09-11 Thread Andre Caldas
>> I have a macro to typeset function definitions: >> >> \define[5]\functionarray >> [...] >> >> How should I implement my "functionarray"? > > > Use mathmatrix. > [...] Works very well, thank you. André Caldas. ___

Re: [NTG-context] Period at the end of a "alignment block".

2012-09-10 Thread Aditya Mahajan
On Mon, 10 Sep 2012, Andre Caldas wrote: I have a macro to typeset function definitions: \define[5]\functionarray { \startalign[n=4, align={left,right,center,left}] \NC #1: \NC #2 \NC \to \NC #3 \NR \NC \NC #4 \NC \mapsto \NC #5 \stopalign } I use it like this: (not

[NTG-context] Period at the end of a "alignment block".

2012-09-10 Thread Andre Caldas
I have a macro to typeset function definitions: \define[5]\functionarray { \startalign[n=4, align={left,right,center,left}] \NC #1: \NC #2 \NC \to \NC #3 \NR \NC \NC #4 \NC \mapsto \NC #5 \stopalign } I use it like this: (notice the period at the end) \start