From bee56420895cc0b0a45296e52b64afae90641012 Mon Sep 17 00:00:00 2001 From: "Y.D.X." <73375426+YDX-2147483647@users.noreply.github.com> Date: Sun, 15 Sep 2024 00:33:10 +0800 Subject: [PATCH] doc: `cover/addTitleZh` --- bithesis-doc.tex | 10 ++++++++++ bithesis.dtx | 2 +- templates/undergraduate-thesis-en/README.md | 17 +++++++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/bithesis-doc.tex b/bithesis-doc.tex index be14aa4f..7bf8295c 100644 --- a/bithesis-doc.tex +++ b/bithesis-doc.tex @@ -743,6 +743,16 @@ \subsubsection{封面选项} \label{sec:cover} 不适用于\BIThesisTemplates{PT}和硕士、博士学位论文。 \end{function} +\begin{function}[added=2024-09-14]{cover/addTitleZh} +\begin{bitsyntax}[emph={[1]addTitleZh}] +addTitleZh = (*(true)|false*) +\end{bitsyntax} + + 是否添加中文标题,只适用于本科英文封面。 + + 只适用于\BIThesisTemplates{UTE},不适用于其它模板。而且若切换为中文封面(|cover/prefer-zh = true|),此选项也无效。 +\end{function} + \subsubsection{论文基本信息} \begin{function}{info} diff --git a/bithesis.dtx b/bithesis.dtx index 1990d409..0cbd18fb 100644 --- a/bithesis.dtx +++ b/bithesis.dtx @@ -627,7 +627,7 @@ % 本科英文模板使用中文封面时可能需要调换中英文标题顺序 reverse-titles .bool_set:N = \l_@@_cover_reverse_titles_bool, reverse-titles .initial:n = {false}, - % 本科英文模板需要加入中文标题 + % 本科英文模板可加入中文标题 addTitleZh .bool_set:N = \l_@@_cover_add_titlezh_bool, addTitleZh .initial:n = {true}, } diff --git a/templates/undergraduate-thesis-en/README.md b/templates/undergraduate-thesis-en/README.md index 1d3e021e..ce2ea328 100644 --- a/templates/undergraduate-thesis-en/README.md +++ b/templates/undergraduate-thesis-en/README.md @@ -8,6 +8,23 @@ ## BITSetup 学院变体 +### 英文封面隐藏中文标题 + +默认封面虽是英文,但也有中文标题。如果您想隐藏封面的中文标题,请编辑`main.tex`,找到`\BITSetup{…}`,设置`cover/addTitleZh = false`: + +```latex +\BITSetup{ + cover = { + … + % date = {November 5, 1955}, + addTitleZh = false, + }, + … +} +``` + +另外注意,即使封面隐藏了中文标题,中文摘要也有,故仍需在`info/title`填写中文标题信息。 + ### 中文封面 默认封面是英文,有些学院要求采用中文。这时请编辑`main.tex`,找到`\BITSetup{…}`,替换为以下内容。此外注意中文封面比英文封面多班号信息(`info/class`)。