File tree 3 files changed +28
-1
lines changed
templates/undergraduate-thesis-en
3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -743,6 +743,16 @@ \subsubsection{封面选项} \label{sec:cover}
743
743
不适用于\BIThesisTemplates {PT}和硕士、博士学位论文。
744
744
\end {function }
745
745
746
+ \begin {function }[added=2024-09-14]{cover/addTitleZh}
747
+ \begin {bitsyntax }[emph={[1]addTitleZh}]
748
+ addTitleZh = (*(true)|false*)
749
+ \end {bitsyntax }
750
+
751
+ 是否添加中文标题,只适用于本科英文封面。
752
+
753
+ 只适用于\BIThesisTemplates {UTE},不适用于其它模板。而且若切换为中文封面(|cover/prefer-zh = true|),此选项也无效。
754
+ \end {function }
755
+
746
756
\subsubsection {论文基本信息 }
747
757
748
758
\begin {function }{info}
Original file line number Diff line number Diff line change 627
627
% 本科英文模板使用中文封面时可能需要调换中英文标题顺序
628
628
reverse-titles .bool_set:N = \l _@@_cover_reverse_titles_bool,
629
629
reverse-titles .initial:n = {false},
630
- % 本科英文模板需要加入中文标题
630
+ % 本科英文模板可加入中文标题
631
631
addTitleZh .bool_set:N = \l _@@_cover_add_titlezh_bool,
632
632
addTitleZh .initial:n = {true},
633
633
}
Original file line number Diff line number Diff line change 8
8
9
9
## BITSetup 学院变体
10
10
11
+ ### 英文封面隐藏中文标题
12
+
13
+ 默认封面虽是英文,但也有中文标题。如果您想隐藏封面的中文标题,请编辑` main.tex ` ,找到` \BITSetup{…} ` ,设置` cover/addTitleZh = false ` :
14
+
15
+ ``` latex
16
+ \BITSetup{
17
+ cover = {
18
+ …
19
+ % date = {November 5, 1955},
20
+ addTitleZh = false,
21
+ },
22
+ …
23
+ }
24
+ ```
25
+
26
+ 另外注意,即使封面隐藏了中文标题,中文摘要也有,故仍需在` info/title ` 填写中文标题信息。
27
+
11
28
### 中文封面
12
29
13
30
默认封面是英文,有些学院要求采用中文。这时请编辑` main.tex ` ,找到` \BITSetup{…} ` ,替换为以下内容。此外注意中文封面比英文封面多班号信息(` info/class ` )。
You can’t perform that action at this time.
0 commit comments