Math & Science ⇒ Problem with align
Problem with align
This does not happen when I use eqnarray, but I'd rather use align. Is there a way around it?
Thanks.
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
Re: Problem with align
I guess you used an incorrect syntax in the align environment. Perhaps post your code of that environment here.
Stefan
Problem with align
Code: Select all
\begin{align}
a_n(\sg,ct)&=&-\frac{c\tau + n/2-1}{n/2} \sg^2 a_{n-2}(\sg,ct) = -\frac{2\sg^2}{n} \left(c+\frac{n}{2}-1\right) a_{n-2}(\sg,ct),\\
c_n(\sg,\om,ct)&=&a_n(\sg,c\tau)-i\om c_{n-1}(\sg,ct).
\end{align}
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Problem with align
Code: Select all
\begin{align}
a_n(\sg,ct)&=-\frac{c\tau + n/2-1}{n/2} \sg^2 a_{n-2}(\sg,ct) = -\frac{2\sg^2}{n} \left(c+\frac{n}{2}-1\right) a_{n-2}(\sg,ct),\\
c_n(\sg,\om,ct)&=a_n(\sg,c\tau)-i\om c_{n-1}(\sg,ct).
\end{align}
Stefan