Enumitem:在枚举中使用 resume 命令

Enumitem:在枚举中使用 resume 命令
\documentclass[11pt, letter]{article}
\usepackage{enumitem}
\begin{document}
\begin{enumerate}[label = \arabic*]
  \item
  \item
\end{enumerate}
\begin{enumerate}[resume]
  \item
  \item
\end{enumerate}
\end{document}

在此处输入图片描述

为什么现在要resume添加.?如果可以的话,我也想添加.到第一个枚举中,但不应该resume完全照做吗?

因此我也需要\arabic*.第一个列表的时间段。

答案1

使用resume*,有点烦人是的,这与向后兼容早期enumitem版本有关


resume从上次得到的数字继续使用默认格式!格式存储但仅使用激活resume*

相关内容