Skip to content

Commit bee5642

Browse files
doc: cover/addTitleZh
1 parent 8aecf33 commit bee5642

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

bithesis-doc.tex

+10
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,16 @@ \subsubsection{封面选项} \label{sec:cover}
743743
不适用于\BIThesisTemplates{PT}和硕士、博士学位论文。
744744
\end{function}
745745

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+
746756
\subsubsection{论文基本信息}
747757

748758
\begin{function}{info}

bithesis.dtx

+1-1
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@
627627
% 本科英文模板使用中文封面时可能需要调换中英文标题顺序
628628
reverse-titles .bool_set:N = \l_@@_cover_reverse_titles_bool,
629629
reverse-titles .initial:n = {false},
630-
% 本科英文模板需要加入中文标题
630+
% 本科英文模板可加入中文标题
631631
addTitleZh .bool_set:N = \l_@@_cover_add_titlezh_bool,
632632
addTitleZh .initial:n = {true},
633633
}

templates/undergraduate-thesis-en/README.md

+17
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@
88
99
## BITSetup 学院变体
1010

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+
1128
### 中文封面
1229

1330
默认封面是英文,有些学院要求采用中文。这时请编辑`main.tex`,找到`\BITSetup{…}`,替换为以下内容。此外注意中文封面比英文封面多班号信息(`info/class`)。

0 commit comments

Comments
 (0)