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

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/225247.html原文链接:https://javaforall.net
