怎么手动给latex中的公式编号

2025-06-26 17:42:30
推荐回答(2个)
回答1:

例如·
\begin{equation}
\dot{y}=D_{\Omega}-K x \tag{1.1a}
\end{equation}
\begin{equation}
\dot{y}=D-K x \tag{1.1b}
\end{equation}

回答2:

使用\tag{}或者\number{}