summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-09-29 20:50:02 +0000
committerKarl Berry <karl@freefriends.org>2022-09-29 20:50:02 +0000
commit205871bcecf6dddcec61653bb1c04b95919d673c (patch)
tree8550b8c47be22884d23f35c07c4a5ec65349b39f /Master/texmf-dist/source
parent60ff2cddcaa605228a0d3a5c0d5480afad7183b2 (diff)
bithesis (29sep22)
git-svn-id: svn://tug.org/texlive/trunk@64554 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/bithesis/bithesis.dtx13
1 files changed, 6 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/bithesis/bithesis.dtx b/Master/texmf-dist/source/latex/bithesis/bithesis.dtx
index caadd24251d..009e537a419 100644
--- a/Master/texmf-dist/source/latex/bithesis/bithesis.dtx
+++ b/Master/texmf-dist/source/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}