Skip to content

Commit 05011af

Browse files
committed
refactor: abstract* to abstractEn
1 parent 483c2ef commit 05011af

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Diff for: bithesis.dtx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2063,7 +2063,7 @@
20632063
\newpage
20642064
}
20652065

2066-
\NewDocumentEnvironment {abstract*} {o}
2066+
\NewDocumentEnvironment {abstractEn} {o}
20672067
{
20682068
\IfValueT {#1} {
20692069
\keys_set:nn { bit / abstract_en } {#1}

Diff for: templates/graduate-thesis/chapters/abstract.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
\textcolor{blue}{(摘要是一篇具有独立性和完整性的短文,应概括而扼要地反映出本论文的主要内容。包括研究目的、研究方法、研究结果和结论等,特别要突出研究结果和结论。中文摘要力求语言精炼准确,博士学位论文建议1000~1200字,硕士学位论文摘要建议500~800字。摘要中不可出现参考文献、图、表、化学结构式、非公知公用的符号和术语。英文摘要与中文摘要的内容应完全一致,在语法、用词上应准确无误,语言简练通顺。留学生的英文版博士学位论文中应有不少于3000字的“详细中文摘要”。)}
2121
\end{abstract}
2222

23-
\begin{abstract*}[addTOC=false]
23+
\begin{abstractEn}[addTOC=false]
2424
In order to exploit.......
25-
\end{abstract*}
25+
\end{abstractEn}

Diff for: templates/undergraduate-thesis-en/chapters/0_abstract.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
%
2222
% https://github.com/BITNP/BIThesis
2323

24-
\begin{abstract*}
24+
\begin{abstractEn}
2525
Conventional product development employs a design-build-test philosophy.
2626
The sequentially executed development process often results in prolonged
2727
lead times and elevated product costs. The proposed e-Design paradigm employs
@@ -31,4 +31,4 @@
3131
trade-offs for design decision making. Physical prototypes of the product design
3232
are then produced using the rapid prototyping (RP) technique and computer
3333
numerical control (CNC) to support design verification and functional prototyping, respectively.
34-
\end{abstract*}
34+
\end{abstractEn}

Diff for: templates/undergraduate-thesis/chapters/0_abstract.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
\end{abstract}
3030

3131
% 英文摘要章节
32-
\begin{abstract*}
32+
\begin{abstractEn}
3333
% 英文摘要正文从这里开始
3434
In order to study……
3535

3636
\textcolor{blue}{Abstract 正文设置成每段落首行缩进 2 字符,字体:Times New Roman,字号:小四,行距:固定值 22 磅,间距:段前、段后均为 0 行。阅后删除此段。}
37-
\end{abstract*}
37+
\end{abstractEn}

0 commit comments

Comments
 (0)