Skip to content

Commit cdba314

Browse files
Merge pull request #664 from YDX-2147483647/en
改正英文模板首行缩进
2 parents 2a6d642 + b1c1d09 commit cdba314

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

.github/tl_packages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ biblatex-gb7714-2015
2525

2626
# collection-latexextra
2727
datetime2
28+
datetime2-english # for datetime2 en-US
2829
enumitem
2930
fmtcount
3031
multirow

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 = {

templates/undergraduate-thesis-en/chapters/0_abstract.tex

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,14 @@
66
% 摘要若要按经管学院的要求,先英文再中文,请调换以下 abstract、abstractEn 的顺序。
77

88
\begin{abstract}
9-
Conventional product development employs a design-build-test philosophy.
10-
The sequentially executed development process often results in prolonged
11-
lead times and elevated product costs. The proposed e-Design paradigm employs
12-
IT-enabled technology for product design, including virtual prototyping (VP) to
13-
support a cross-functional team in analyzing product performance, reliability,
14-
and manufacturing costs early in product development, and in making quantitative
15-
trade-offs for design decision making. Physical prototypes of the product design
16-
are then produced using the rapid prototyping (RP) technique and computer
17-
numerical control (CNC) to support design verification and functional prototyping, respectively.
9+
摘要正文选用模板中的样式所定义的“正文”,每段落首行缩进 2 个字符;或者手动设置成每段落首行缩进 2 个汉字,字体:宋体,字号:小四,行距:固定值 22 磅,间距:段前、段后均为 0 行。阅后删除此段。
10+
11+
摘要是一篇具有独立性和完整性的短文,应概括而扼要地反映出本论文的主要内容。包括研究目的、研究方法、研究结果和结论等,特别要突出研究结果和结论。中文摘要力求语言精炼准确,本科生毕业设计(论文)摘要建议 300-500 字。摘要中不可出现参考文献、图、表、化学结构式、非公知公用的符号和术语。英文摘要与中文摘要的内容应一致。阅后删除此段。
1812
\end{abstract}
1913

14+
% 如需手动控制换行连字符位置,可写 aa\-bb,详见
15+
% https://bithesis.bitnp.net/faq/hyphen.html
16+
2017
\begin{abstractEn}
2118
Conventional product development employs a design-build-test philosophy.
2219
The sequentially executed development process often results in prolonged

templates/undergraduate-thesis-en/main.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
% !TeX program = xelatex
88
% !BIB program = biber
99

10+
% 我校英文论文尚无统一规范,目前存在各种学院变体,请参考 README.md 调整。
1011

1112
% 开启盲审格式 blindPeerReview=true (如:[type=bachelor_english,blindPeerReview=true])
1213

0 commit comments

Comments
 (0)