Math & Science ⇒ EqnArray and formula markers in Lyx
EqnArray and formula markers in Lyx
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
EqnArray and formula markers in Lyx
I suggest to use
align
instead of eqnarray
. That's mainly because eqnarray
has a different spacing around relation signs than normal equations. So it's looking bad compared to other math formulas. align
does the same much better. Have a look here, there are also sample images of formula output: eqnarray vs. align.Stefan
EqnArray and formula markers in Lyx
{aligned}
inside an {equation}
environment. Then again, I may have misunderstood the ``whole thing'' part ...KR
Rainer
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
EqnArray and formula markers in Lyx
split
within equation
. But let's see what he said... for reference: 
Stefan
Re: EqnArray and formula markers in Lyx
Cheers!