\begin{enumerate} \item This is the first item \item This is the second item \item This is the third item \end{enumerate}
生成效果如下
itemize 是无序列表
1 2 3 4 5
\begin{itemize} \item This is the first item \item This is the second item \item This is the third item \end{itemize}
生成效果如下
description 是解说列表,可以指定标签
1 2 3 4 5 6
%\usepackage{pifont} \begin{description} \item[\ding{47}] This is the first item \item[\ding{47}] This is the second item \item[\ding{47}] This is the third item \end{description}