使用此代码时,我收到错误:“额外的对齐制表符已更改为 \cr。\end{split}”。为什么会这样?
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{equation}
\notag
\begin{split}
Ws & \leftrightarrow I^2(s, \varphi_{W}) \\
I^2(s, \varphi_{W}) & \leftrightarrow I^3(s, \varphi_{W}, \varphi_{I^2})\\
I^3(s, \varphi_{W}, \varphi_{I^2}) & \leftrightarrow I^4(s, \varphi_{W}, \varphi_{I^2}, \varphi_{I^3})
& \ellipsesline
\end{split}
\end{equation}
\end{document}