假设我想居中对齐枚举列表。我这样做了:
\begin{center}
\begin{enumerate}[label=(\Roman*)]
\item Equation 1
\item Equation 2
\item Equation 3
\item Equation 4
\end{enumerate}
\end{center}
Run Code Online (Sandbox Code Playgroud)
这不能很好地工作。我也尝试过不使用“枚举”而只使用“居中”和手动标记。它确实有效,但对齐看起来并不完美。
另外,对于中心,我们也可以这样做:
I. 等式 1 \quad II. 等式 2
三、方程 3 \quad IV.方程 4