Skip to content

Commit cbdcbb7

Browse files
fix(UTE): 改正英文模板中文摘要的首行缩进
这里`\setlength{\parindent}{2em}`其实也行,不过`\ctexset{ autoindent = 2 }`会考虑汉字间的字距,可能适用范围更广一些吧。 Resolves #663
1 parent af0f4d7 commit cbdcbb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bithesis.dtx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3151,6 +3151,10 @@
31513151
chapter/titleformat = {\textmd}
31523152
}
31533153
}
3154+
\@@_if_thesis_english:T {
3155+
% 英文模板中,ctex 不会自动调整中文摘要的首行缩进,需手动调整
3156+
\ctexset{ autoindent = 2 }
3157+
}
31543158

31553159
% 摘要对页数很敏感,标题上下间距应有弹性;其中硕博模板的基础长度参考 Word 实作微调过。
31563160
\ctexset{ chapter = {

0 commit comments

Comments
 (0)