summaryrefslogtreecommitdiff
path: root/macros/unicodetex/latex/bithesis/bithesis.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/unicodetex/latex/bithesis/bithesis.dtx')
-rw-r--r--macros/unicodetex/latex/bithesis/bithesis.dtx13
1 files changed, 6 insertions, 7 deletions
diff --git a/macros/unicodetex/latex/bithesis/bithesis.dtx b/macros/unicodetex/latex/bithesis/bithesis.dtx
index caadd24251..009e537a41 100644
--- a/macros/unicodetex/latex/bithesis/bithesis.dtx
+++ b/macros/unicodetex/latex/bithesis/bithesis.dtx
@@ -21,7 +21,7 @@
%<thesis>\ProvidesExplClass{bithesis}
%<report>\ProvidesExplClass{bitreport}
%<beamer>\ProvidesExplClass{bitbeamer}
-%<cls>{2022-09-15}{3.0.1}{BIT Thesis Templates}
+%<cls>{2022-09-29}{3.0.3}{BIT Thesis Templates}
%
%<oldcls>\NeedsTeXFormat{LaTeX2e}[2020/10/01]
%<book>\ProvidesClass{bitbook}
@@ -30,7 +30,7 @@
%<oldcls> [2022/05/09 v2.1.1 BIT Thesis Templates]
%
%<*driver>
-\ProvidesFile{bithesis.dtx}[2022/09/15 3.0.1 BIT Thesis Templates]
+\ProvidesFile{bithesis.dtx}[2022/09/29 3.0.3 BIT Thesis Templates]
\documentclass[letterpaper]{l3doc}
\usepackage{dtx-style}
@@ -264,7 +264,7 @@
%
% \begin{function}{type}
% \begin{bitsyntax}[emph={[1]type}]
-% type = (*<(bachelor)|\mbox{bachelor_translation}|\mbox{bachelor_english}|master|docter>*)
+% type = (*<(bachelor)|\mbox{bachelor_translation}|\mbox{bachelor_english}|master|doctor>*)
% \end{bitsyntax}
% 选择论文类型,它们分别对应:
% \begin{itemize}
@@ -1380,7 +1380,7 @@
% 定义论文类型的列表。
% \begin{macrocode}
\clist_const:Nn \c_@@_thesis_type_clist
- { bachelor, bachelor_translation, bachelor_english, master, docter}
+ { bachelor, bachelor_translation, bachelor_english, master, doctor}
% \end{macrocode}
% \end{variable}
@@ -2248,8 +2248,6 @@
{\heiti\zihao{-2} \l_@@_value_title_tl}
\vskip \stretch{1}
- % TODO: delete this?
- {\fangsong\zihao{4}}
\def\tabcolsep{1pt}
\def\arraystretch{1.5}
@@ -2998,6 +2996,7 @@
} {
\chapter{\c_@@_label_ack_tl}
}
+ \@@_if_graduate:TF {\fangsong}{}
#1
\end{blindPeerReview}
} {}
@@ -3481,7 +3480,7 @@
\newif\if@bit@bachelor
\newif\if@bit@docTranslation
\newif\if@bit@master
-\newif\if@bit@docter
+\newif\if@bit@doctor
\RequirePackage{kvoptions}