I assume this question has been asked before but can't find any relevant answer in the archives of the forum.
To put it simply, I have a long equation which I split using
\begin{equation} \begin{split} ...
Still, the last line of the equation is too long for the journal in which I'm going to publish and I'd like to do a linebreak before the last + sign and align the rest of the line with the terms left of the + sign. This implies a second level of indentation.
I'm not sure if this is possible at all with equation or eqarray. Any suggestion would be welcome.
Code: Select all
\begin{equation}
\begin{split}
\frac{\partial^2}{\partial a^2} F = \frac{1}{\sqrt{\mu}}
& \left [
\frac{3}{4 \sqrt{a}} \left ( \alpha - \beta -\sin{\alpha} + \sin{\beta} \right ) \right. \\
& \left. + 3 \sqrt{a} \left ( (1-\cos{\alpha})\frac{\partial \alpha}{\partial a} - (1 - \cos{\beta})\frac{\partial \beta}{\partial a} \right ) \right. \\
& \left. + \sqrt{a^3} \left ( (1-\cos{\alpha})\frac{\partial^2 \alpha}{\partial a^2} - (1 - \cos{\beta})\frac{\partial^2 \beta}{\partial a^2} + \sin{\alpha} \left ( \frac{\partial \alpha}{\partial a} \right )^2 - \sin{\beta} \left ( \frac{\partial \beta}{\partial a} \right )^2 \right )
\right ]
\end{split}
\end{equation}