summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/thuthesis/thuthesis.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/thuthesis/thuthesis.dtx')
-rw-r--r--macros/latex/contrib/thuthesis/thuthesis.dtx20
1 files changed, 10 insertions, 10 deletions
diff --git a/macros/latex/contrib/thuthesis/thuthesis.dtx b/macros/latex/contrib/thuthesis/thuthesis.dtx
index 17d61b37e8..08aeecd9b8 100644
--- a/macros/latex/contrib/thuthesis/thuthesis.dtx
+++ b/macros/latex/contrib/thuthesis/thuthesis.dtx
@@ -14,7 +14,7 @@
%
% \iffalse
%<*driver>
-\ProvidesFile{thuthesis.dtx}[2022/10/05 7.3.1 Tsinghua University Thesis Template]
+\ProvidesFile{thuthesis.dtx}[2023/04/06 7.3.2 Tsinghua University Thesis Template]
\documentclass{ltxdoc}
\usepackage{dtx-style}
@@ -74,7 +74,7 @@
% \item 本模板为作者根据
% 清华大学研究生院颁发的《
% \href{http://yjsy.cic.tsinghua.edu.cn/docinfo/board/boarddetail.jsp?columnId=001050603&parentColumnId=0010506&itemSeq=5365}{%
-% 研究生学位论文写作指南}》(更新到2022年5月版本,限校内网络访问)、
+% 研究生学位论文写作指南}》(更新到2023年3月版本,限校内网络访问)、
% 英文版《Guide to Thesis Writing for Graduate Students》、
% 清华大学教务处颁发的《
% \href{https://lib.tsinghua.edu.cn/info/1073/1978.htm}{%
@@ -460,7 +460,7 @@
% & Doctor of Philosophy \\
% \midrule
% 学术型硕士 & 同上
-% & 哲学、文学、历史学、法学、教育学、艺术学门类,公共管理学科
+% & 哲学、文学、历史学、法学、教育学、艺术学门类
% 填写“Master of Arts“,其它填写“Master of Science” \\
% \midrule
% 专业型研究生学位 & 专业学位的名称,例如:教育博士、工程硕士
@@ -490,8 +490,9 @@
%
% \begin{itemize}
% \item 学术型学位:获得一级学科授权的学科填写一级学科名称,其他填写二级学科名称;
-% \item 工程硕士:工程领域名称;
-% \item 其他专业型学位:-
+% \item 2019级及之前工程硕士:工程领域名称;
+% \item 有专业领域的专业型学位:专业领域名称;
+% \item 无专业领域的专业型学位:无需设置;
% \item 本科生:专业名称,第二学位论文需标注“(第二学位)”
% \end{itemize}
%
@@ -1248,7 +1249,7 @@
% \begin{macrocode}
%<cls>\NeedsTeXFormat{LaTeX2e}[2017/04/15]
%<cls>\ProvidesClass{thuthesis}
-%<cls>[2022/10/05 7.3.1 Tsinghua University Thesis Template]
+%<cls>[2023/04/06 7.3.2 Tsinghua University Thesis Template]
% \end{macrocode}
%
% 报错
@@ -1306,7 +1307,7 @@
%<*cls>
\hyphenation{Thu-Thesis}
\def\thuthesis{ThuThesis}
-\def\version{7.3.1}
+\def\version{7.3.2}
\RequirePackage{kvdefinekeys}
\RequirePackage{kvsetkeys}
\RequirePackage{kvoptions}
@@ -6203,9 +6204,6 @@
aftertitle = :,
},
}%
- \ifthu@degree@graduate
- \fontsize{12bp}{16bp}\selectfont
- \fi
\setlist[achievements]{
topsep = 6bp,
itemsep = 6bp,
@@ -6214,6 +6212,7 @@
labelsep = 0pt,
align = left,
label = [\arabic*],
+ resume = achievements,
}%
\else
\ctexset{
@@ -6236,6 +6235,7 @@
labelsep = 0.5cm,
align = right,
label = [\arabic*],
+ resume = achievements,
}%
\fi
}{}