Re: Support for multi-colunm align

2001-07-30 Thread Dekel Tsur
On Mon, Jul 30, 2001 at 10:25:23AM +0200, Andre Poenitz wrote: > > The amsmath align environment can have more than 2 columns: > > \begin{align} > > 1 & 2 & 3 & 4\\ > > 5 & 6 & 7 & 8 > > \end{align} > > > > Is it hard to add support for this ? > > Well, it would break mutate() in its current inc

Re: Support for multi-colunm align

2001-07-30 Thread Andre Poenitz
> The amsmath align environment can have more than 2 columns: > \begin{align} > 1 & 2 & 3 & 4\\ > 5 & 6 & 7 & 8 > \end{align} > > Is it hard to add support for this ? Well, it would break mutate() in its current incarnation. The parser is the smaller problem I think... > Note that we don't know

Support for multi-colunm align

2001-07-29 Thread Dekel Tsur
The amsmath align environment can have more than 2 columns: \begin{align} 1 & 2 & 3 & 4\\ 5 & 6 & 7 & 8 \end{align} Is it hard to add support for this ? Note that we don't know the number of columns in advance, so mathed_parse_lines() should increase the number of columns in the inset when it re