On Fri, 14 Jul 2006, David Arnold wrote:

> On another matter, I'm having some alignment issues. Consider the
> following code:
>
> \starttext
>
> \startformula
> \startalign[n=4,{left, middle, middle, middle}]
> aaa&b&cccc&d\\
> a&bbb&c&ddd
> \stopalign
> \stopformula
>
> \stoptext
>
> Compile this and you will notice that the alignment parameters {left,
> middle, middle, middle} are ignored. And you can change these to
> anything else (left, middle, right), with absolutely no change. Any
> idea what is going on here?

Wrong syntax. It should be

\startalign[n=4,align={left,....}]

I would strongly suggest to use

\NC aaaa \NC bb \NC d \NR

instead of "raw" & and \\.


Aditya
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to