File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed
templates/undergraduate-thesis-en Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ biblatex-gb7714-2015
25
25
26
26
# collection-latexextra
27
27
datetime2
28
+ datetime2-english # for datetime2 en-US
28
29
enumitem
29
30
fmtcount
30
31
multirow
Original file line number Diff line number Diff line change 3151
3151
chapter/titleformat = {\textmd }
3152
3152
}
3153
3153
}
3154
+ \@@ _if_thesis_english:T {
3155
+ % 英文模板中,ctex 不会自动调整中文摘要的首行缩进,需手动调整
3156
+ \ctexset { autoindent = 2 }
3157
+ }
3154
3158
3155
3159
% 摘要对页数很敏感,标题上下间距应有弹性;其中硕博模板的基础长度参考 Word 实作微调过。
3156
3160
\ctexset { chapter = {
Original file line number Diff line number Diff line change 6
6
% 摘要若要按经管学院的要求,先英文再中文,请调换以下 abstract、abstractEn 的顺序。
7
7
8
8
\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 字。摘要中不可出现参考文献、图、表、化学结构式、非公知公用的符号和术语。英文摘要与中文摘要的内容应一致。阅后删除此段。
18
12
\end {abstract }
19
13
14
+ % 如需手动控制换行连字符位置,可写 aa\-bb,详见
15
+ % https://bithesis.bitnp.net/faq/hyphen.html
16
+
20
17
\begin {abstractEn }
21
18
Conventional product development employs a design-build-test philosophy.
22
19
The sequentially executed development process often results in prolonged
Original file line number Diff line number Diff line change 7
7
% !TeX program = xelatex
8
8
% !BIB program = biber
9
9
10
+ % 我校英文论文尚无统一规范,目前存在各种学院变体,请参考 README.md 调整。
10
11
11
12
% 开启盲审格式 blindPeerReview=true (如:[type=bachelor_english,blindPeerReview=true])
12
13
You can’t perform that action at this time.
0 commit comments