I would like to use the "&" symbol:
to align multi-line equations as well
to use it as an index to mark the placement while splitting an equation.
However, when I do so, I don't want the split equation to be in alignment with rest other equation lines. Is there a better way to do this? Thank you for your suggestions.
A minimal working example:
\documentclass[12pt]{article}
\usepackage{amsmath,amssymb,amsbsy}
\begin{eqnarray*}
\begin{split}
f(t_1,t_2|X_1,X_2) &=
\frac{\partial^2}{\partial{t_{1}}\partial{t_{2}}}\mathscr{L}\left[\Lambda_{01}(t_{1})e^{\beta^\top_{1}X_{1}}+\Lambda_{02}(t_{2})e^{\beta^\top_{2}X_{2}}\right] \\
&= \mathscr{L}^{\prime\prime}\left[\Lambda_{01}(t_1)e^{\beta_1^\top X_1}+\Lambda_{02}(t_2)e^{\beta_2^\top X_2}\right] \\
&= \frac{k+1}{k}\left(\nu_1\varphi_1{t_1}^{\varphi_1-1}e^{\beta_1^\top X_1}\right)\left(\nu_2\varphi_2{t_2}^{\varphi_2-1}e^{\beta_2^\top X_2}\right) \times\\
&\quad\left[\frac{k+\nu_1{t_1}^{\varphi_1}{e^{\beta_1^\top X_1}}+\nu_2{t_2}^{\varphi_2}{e^{\beta_2^\top X_2}}}{k}\right]^{-(k+2)}
\end{split}
\end{eqnarray*}
\end{document}


eqnarrayandmathmode. – cgnieder Aug 25 '12 at 19:45