Math & Science ⇒ EqnArray and formula markers in Lyx
EqnArray and formula markers in Lyx
I'm trying to use a formula marker to mark a EqnArray in Lyx. Not a single line in the array but the whole thing. Is there a way to do that? I tried to google the problem but that did not yield any results.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
EqnArray and formula markers in Lyx
Welcome to the forum!
I suggest to use
Stefan
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
LaTeX.org admin
EqnArray and formula markers in Lyx
I think the OP is looking for an
KR
Rainer
{aligned}
inside an {equation}
environment. Then again, I may have misunderstood the ``whole thing'' part ...KR
Rainer
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
EqnArray and formula markers in Lyx
Yes, or
amsmath manual. LyX supports amsmath.
Stefan
split
within equation
. But let's see what he said... for reference: 
Stefan
LaTeX.org admin
Re: EqnArray and formula markers in Lyx
Thank you very much Stefan, I've gotten it to work with align and it looks indeed much nicer. I'll change all my multi line formulas to align.
Cheers!
Cheers!