Search found 2 matches

by svensandberg
Fri Feb 13, 2009 8:24 am
Forum: Math & Science
Topic: eqnarray + lines of text?
Replies: 11
Views: 35732

eqnarray + lines of text?

Thanks localghost, my problem is exactly that described in the post you refer to. A MWE would be:


\begin{align}
x &= y \\
&\stackrel{\text{by Lemma 1}}{=} z
\end{align}


The solution in the other thread works ok, but is a bit tedious since I have to type in the width of columns manually ...
by svensandberg
Wed Feb 11, 2009 11:10 am
Forum: Math & Science
Topic: eqnarray + lines of text?
Replies: 11
Views: 35732

eqnarray + lines of text?

I have the same problem with a small twist: align doesn't work for me. I use eqnarray because it allows me to have one column aligned centrally, whereas align only seems to allow left- and right justified columns.

Specifically, I want to do the following:


\begin{eqnarray}
x &=& y+z ...