On Sun, Jan 09, 2005 at 09:15:25PM +0100, Georg Baum wrote:
> Am Sonntag, 9. Januar 2005 20:06 schrieb Andre Poenitz:
> > Add the same thing (check for \\) to the parsing of oldfonts, please
> > (the chunk above). This fixes anaother bug...
>
> I did that already!
Ah ok. So I missed that. Fine th
Am Sonntag, 9. Januar 2005 20:06 schrieb Andre Poenitz:
> Add the same thing (check for \\) to the parsing of oldfonts, please
> (the chunk above). This fixes anaother bug...
I did that already! (Or I don't understand what you mean):
else if (l->inset == "oldfont") {
cell->push_back(cr
On Sun, Jan 09, 2005 at 12:10:56PM +0100, Georg Baum wrote:
> Am Samstag, 8. Januar 2005 21:31 schrieb Andre Poenitz:
>
> > Patch attached. You could commit that if it fixes the problem.
>
> Thanks a lot. It does fix the problem for
>
> \displaystyle a &= b
>
> but not for
>
> a &= \displayst
Am Samstag, 8. Januar 2005 21:31 schrieb Andre Poenitz:
> Patch attached. You could commit that if it fixes the problem.
Thanks a lot. It does fix the problem for
\displaystyle a &= b
but not for
a &= \displaystyle b\\
c
I'll commit the attached modified version unless you find a reason not
On Fri, Jan 07, 2005 at 07:36:50PM +0100, Georg Baum wrote:
> > Otherwise everything after the & is ignored. The above is valid LaTeX. It
> > can be produced by tex2lyx (because it does not touch formulas at all),
> > and it was created by very old LyX versions. The following patch seems to
> > fix
Georg Baum wrote:
> See http://bugzilla.lyx.org/show_bug.cgi?id=1459. LyX can't read
>
> \begin{eqnarray}
> \displaystyle 1 & 2
> \end{eqnarray}
>
> It wants
>
> \begin{eqnarray}
> {\displaystyle 1} & 2
> \end{eqnarray}
>
> Otherwise everything after the & is ignored. The above is valid LaTeX.
See http://bugzilla.lyx.org/show_bug.cgi?id=1459. LyX can't read
\begin{eqnarray}
\displaystyle 1 & 2
\end{eqnarray}
It wants
\begin{eqnarray}
{\displaystyle 1} & 2
\end{eqnarray}
Otherwise everything after the & is ignored. The above is valid LaTeX. It
can be produced by tex2lyx (because it do