Latex写论文 highlight部分撰写 两种常见列表形式 enumerate 和 itemize
1. 有序列表:enumerate 用于生成带编号的列表,例如 1、2、3 或 a、b、c 等。
\begin{enumerate}
\item This is the first item.
\item This is the second item.
\item This is the third item.
\end{enumerate}
显示效果类似于:
1. Th…
2026/7/9 2:11:42