I use LyX and it uses eqnarray for multiline equations, which is bad.
Is there a way to make LyX use align instead?
Thanks.
I use LyX and it uses eqnarray for multiline equations, which is bad.
Is there a way to make LyX use align instead?
Thanks.
LyX has the behavior by which if AMS is not loaded, Ctrl+return does eqnarray. If it is loaded, it does align. So the solution is to go to Document > Settings > Math and click on "load always" for amsmath. Now Ctrl+return creates an align. You can convert from eqnarray to align by right-clicking the environment, and selecting AMS environment > AMS align.
eqnarray to align (and vice versa) works for me in Lyx 2.1.4 (see http://imgur.com/FpRofgV). Is it possible that this bug has been fixed?
– Deve
Dec 14 '15 at 15:35
amsmath. take a look at this: http://tex.stackexchange.com/a/103695/579 – barbara beeton Dec 09 '15 at 21:49