dagnaf / ecust-bachelor-thesis-template

华东理工大学本科生毕业论文模板
GNU General Public License v2.0
17 stars 7 forks source link

编译后论文首段不缩进,从第二端开始缩进 #1

Closed tianyilt closed 4 years ago

tianyilt commented 4 years ago

环境

texlive2019 xelatex

改动

将ecustbachelorthesis中adobefont改成winfont 成功编译,没有error与warning

描述

编译后论文首段不缩进,从第二端开始缩进

示例代码

\subsection{三级标题}

这是第一段,没有缩进

这是第二段,居然缩进了

做过的努力

尝试添加

%首行缩进
\parindent=2em

但是并没有成功

tianyilt commented 4 years ago
% 设置缩进
\usepackage{indentfirst}
\setlength{\parindent}{2em}

修复了,提交pull request

1