This is the equation:
\begin{equation}
U^*=\arg \underset{U}{\max } \sum _{m=1}^M \omega _m \left[\ln \left(P_{\Lambda _m} (X(U,m)|C)\right)- \omega _{\text{KLD}} D_{\Lambda_m}\left(C(U),C\right)\right]
\end{equation}
I try to use split but it has error:
\begin{equation}
\begin{split}
U^*=\arg \underset{U}{\max } \sum _{m=1}^M & \omega _m \left[\ln \left(P_{\Lambda _m} (X(U,m)|C)\right)- \\
&\quad \omega _{\text{KLD}} D_{\Lambda_m}\left(C(U),C\right)\right]
\end{split}
\end{equation}
I follow How to break a long equation?, but it seems not work for me.
How to make it effect?

\begin{equation}\label{eq1} \begin{split} U^*=\arg \underset{U}{\max } \sum {m=1}^M & \omega _m \left[\ln \left(P{\Lambda m} (X(U,m)|C)\right)- \right. \ & \left. {} \omega _{\text{KLD}} D{\Lambda_m}\left(C(U),C\right)\vphantom{\ln}\right] \end{split} \end{equation} – partida Jan 23 '18 at 07:06