转自:How to indent a new paragraph within items?
解决方案
在前序部分(在\begin{document}前)加入如下代码块:
\usepackage{enumitem}
\setlist[enumerate]{listparindent=\parindent}
测试效果
在序列项中对\par结束后的新段落前增加自动缩进:

转自:How to indent a new paragraph within items?
在前序部分(在\begin{document}前)加入如下代码块:
\usepackage{enumitem}
\setlist[enumerate]{listparindent=\parindent}
在序列项中对\par结束后的新段落前增加自动缩进:

4429

被折叠的 条评论
为什么被折叠?