Skip to content

Commit 06aef4b

Browse files
authored
add “(学术学位论文)” to doctor dissertation
1 parent 4b335b3 commit 06aef4b

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

hitszthesis-bachelor.pdf

-4 Bytes
Binary file not shown.

hitszthesis-doctor.pdf

7.1 KB
Binary file not shown.

hitszthesis-master.pdf

5 Bytes
Binary file not shown.

hitszthesis.dtx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,9 @@
12961296
% \end{macrocode}
12971297
%
12981298
% 参考文献引用宏包。
1299+
% \changes{v3.2.1}{2021/11/15}{add package \pkg{gbt7714}}
12991300
% \begin{macrocode}
1301+
\RequirePackage{gbt7714}
13001302
\RequirePackage[sort&compress]{natbib}
13011303
% \end{macrocode}
13021304
%
@@ -2331,7 +2333,7 @@ delim_1 "\\hspace*{\\fill}"
23312333
% \label{sec:cov}
23322334
%
23332335
% 封面信息。
2334-
% \changes{v3.2.1}{2021/11/15}{add key `cmastertype'}
2336+
% \changes{v3.2.1}{2021/11/15}{add key `cpostgraduatetype'}
23352337
% \begin{macrocode}
23362338
\def\hitsz@def@term#1{%
23372339
\define@key{hitsz}{#1}{\csname #1\endcsname{##1}}
@@ -2347,7 +2349,7 @@ delim_1 "\\hspace*{\\fill}"
23472349
\hitsz@def@term{ctitle} % 中文标题
23482350
\hitsz@def@term{csubtitle} % 中文副标题
23492351
\hitsz@def@term{cxueke} % 中文学科
2350-
\hitsz@def@term{cmastertype} % 中文硕士学位类型:学术,专业
2352+
\hitsz@def@term{cpostgraduatetype} % 中文学位类型:学术,专业
23512353
\hitsz@def@term{cauthor} % 中文作者
23522354
\hitsz@def@term{csupervisor} % 中文导师
23532355
\hitsz@def@term{cassosupervisor} % 中文副导师
@@ -2701,10 +2703,8 @@ delim_1 "\\hspace*{\\fill}"
27012703
\vspace*{1.2cm}
27022704
\begin{center}
27032705
\begin{center}\xiaoyi[1]\songti\textbf{\hitsz@cxuewei\hitsz@cthesisname}\end{center}
2704-
\ifhitsz@master
2705-
\vspace{1cm}
2706-
\begin{center}\xiaoer[1]\songti\textbf{\hitsz@cmastertype\hitsz@cthesisname}\end{center}
2707-
\fi
2706+
\vspace{1cm}
2707+
\begin{center}\xiaoer[1]\songti\textbf{\hitsz@cpostgraduatetype\hitsz@cthesisname}\end{center}
27082708
\ifhitsz@fulltime\vspace{1cm}\else%
27092709
\begin{center}
27102710
\xiaoyi[1]\songti

hitszthesis.pdf

1.66 KB
Binary file not shown.

main.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@
113113
\input{back/conclusion}
114114

115115
% 参考文献
116+
% 按需选择 <gbt7714-numerical> 或 <hitszthesis> 样式
117+
% 二者主要区别在于括号和标点采用中文还是英文
118+
% \bibliographystyle{gbt7714-numerical}
116119
\bibliographystyle{hitszthesis}
117120
\bibliography{reference}
118121

0 commit comments

Comments
 (0)