While I was writing mathematical functions in LaTeX I found a problem with the alignment of equations. In particular I'm using \begin{eqnarray} ... \end{eqnarray} and every time I want to start a new line use the notation ...+\nonumber\\ ...&+& ... and it seems to work. I found a problem when I have to create a newline into a mathematical function, for example:
Code: Select all
\begin{footnotesize}
\begin{eqnarray}
\hat{p} = \mathop {\arg\max }\limits_p {\mathop{{-\frac{1}{N_{0}} w^{2}\left(p_{m}^{(A)},p\right) k^{2} \int_{\tau (p_{m}^{(A)},p)}^{\tau (p_{m}^{(A)},p)+T_{p}} r^{2}(t) dt + \\
&+& \frac{2}{N_{0}} w\left(p_{m}^{(A)},p\right)\,k \int_{\tau (p_{m}^{(A)},p)}^{\tau (p_{m}^{(A)},p)+T_{p}} r^{2}(t) dt}}\nolimits}
\end{eqnarray}
\end{footnotesize}
There is anything I can do about it?! Misplaced alignment tab character &.
Thanks
Anna