LaTeX 论文首行缩进:如何缩进两个字符
可以使用 //indent 命令来进行首行缩进两个字符。具体的实现方法如下所示:/n/n//documentclass{article}/n/n//begin{document}/n/t//section{Introduction}/n/t//indent The purpose of this study is to .../n//end{document}/n/n在上面的代码中,我们使用了 //indent 命令来手动添加一个首行缩进。这样,第一章节的第一行就会缩进两个字符。如果你希望所有章节的第一行都进行首行缩进,可以在 preamble 中使用 //setlength{//parindent}{2em} 命令来设置段落缩进的长度。
原文地址: https://www.cveoy.top/t/topic/n34O 著作权归作者所有。请勿转载和采集!