Skip to content

Commit 4fc7b15

Browse files
authored
Bump to v3.4
1 parent b96bd01 commit 4fc7b15

9 files changed

+25
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Introduction to hitszthesis
1616

17-
HITSZThesis is a LaTeX **dissertation** template for **Harbin Institute of Technology, ShenZhen** (HITSZ), including bachelor, master and doctor dissertations. Current version is 3.3, updated on 2023/11/27. Please join QQ group: 1039392552 to report issues.
17+
HITSZThesis is a LaTeX **dissertation** template for **Harbin Institute of Technology, ShenZhen** (HITSZ), including bachelor, master and doctor dissertations. Current version is 3.4, updated on 2024/11/22. Please join QQ group: 1039392552 to report issues.
1818

1919
```latex
2020
|- front
@@ -61,7 +61,7 @@ HITSZThesis is a LaTeX **dissertation** template for **Harbin Institute of Techn
6161

6262
# hitszthesis 模板简介
6363

64-
hitszthesis 是哈尔滨工业大学(深圳)本硕博学位论文模板,当前版本为3.3,更新于2023年11月27日。请加入 QQ 群:1039392552 反馈模板使用过程中遇到的问题。
64+
hitszthesis 是哈尔滨工业大学(深圳)本硕博学位论文模板,当前版本为3.4,更新于2024年11月22日。请加入 QQ 群:1039392552 反馈模板使用过程中遇到的问题。
6565

6666
# Documentation
6767

hitszthesis-bachelor.pdf

-37.3 KB
Binary file not shown.

hitszthesis-doctor.pdf

-58 Bytes
Binary file not shown.

hitszthesis-master.pdf

-3 Bytes
Binary file not shown.

hitszthesis.dtx

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
%
1717
% \iffalse
1818
%<*driver>
19-
\ProvidesFile{hitszthesis.dtx}[2023/11/27 v3.3 Dissertation Template for Harbin Institute of Technology, ShenZhen (HITSZ)]
19+
\ProvidesFile{hitszthesis.dtx}[2024/11/22 v3.4 Dissertation Template for Harbin Institute of Technology, ShenZhen (HITSZ)]
2020
\documentclass{ltxdoc}
2121
\usepackage{dtx-style}
2222

@@ -958,7 +958,7 @@
958958
%<cls>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
959959
%<cls>\ProvidesClass{hitszthesis}
960960
%<cfg>\ProvidesFile{hitszthesis.cfg}
961-
%<cls|cfg>[2023/11/27 v3.3 Dissertation Template for Harbin Institute of Technology, ShenZhen (HITSZ)]
961+
%<cls|cfg>[2024/11/22 v3.4 Dissertation Template for Harbin Institute of Technology, ShenZhen (HITSZ)]
962962
% \end{macrocode}
963963
%
964964
% \subsection{定义选项}
@@ -1680,6 +1680,7 @@ delim_1 "\\hspace*{\\fill}"
16801680
% \changes{v3.2}{2020/06/23}{Omit '深圳' in second titlepage, heading and authorization title}
16811681
% \changes{v3.2.6}{2022/12/13}{Omit degree in headings}
16821682
% \changes{v3.2.6}{2022/12/13}{Set master's headings in frontmatter with chapter name}
1683+
% \changes{v3.4}{2024/11/22}{Omit \cs{hitsz@cxueke} in doctor's headings}
16831684
% \begin{macrocode}
16841685
\fancypagestyle{hitsz@headings}{%
16851686
\fancyhf{}
@@ -1690,7 +1691,7 @@ delim_1 "\\hspace*{\\fill}"
16901691
\fi
16911692
\ifhitsz@shenzhen
16921693
\fancyhead[CE]{\songti\xiaowu[0]%
1693-
\hitsz@cschoolname\hitsz@cdegree\hitsz@cthesisname}
1694+
\hitsz@cschoolname\hitsz@cxuewei\hitsz@cthesisname}
16941695
\fi
16951696
\ifhitsz@weihai
16961697
\fancyhead[CE]{\songti\xiaowu[0]%
@@ -1970,7 +1971,18 @@ delim_1 "\\hspace*{\\fill}"
19701971
% 和表第一行间距,表格内部间距等多个变量的协调问题。这个问题只要使用tabular的形
19711972
% 式,就是无解的。唯一的方法就是把这些参数都给用户列出来。以下,第2,5参数为中英
19721973
% 双语标题内容,1,4为标题参数。6为中英标题间距,7为表题和表格间距。
1974+
% \changes{v3.4}{2024/11/22}{Omit colon in the caption}
19731975
% \begin{macrocode}
1976+
\def\LT@makecaption#1#2#3{%
1977+
\LT@mcol\LT@cols c{\hbox to\z@{\hss\parbox[t]\LTcapwidth{%
1978+
\sbox\@tempboxa{#1{#2\ifhitsz@bachelor\hskip\ccwd\else\enskip\fi}#3}%
1979+
\ifdim\wd\@tempboxa>\hsize
1980+
#1{#2\ifhitsz@bachelor\hskip\ccwd\else\enskip\fi}#3%
1981+
\else
1982+
\hbox to\hsize{\hfil\box\@tempboxa\hfil}%
1983+
\fi
1984+
\endgraf}%
1985+
\hss}}}
19741986
\renewcommand*{\longbionenumcaption}[7]{%
19751987
\@if@contemptyarg{#1}{\caption{#2}}{\caption[#1]{#2}}%
19761988
\global\let\@cont@oldtablename\tablename

hitszthesis.ins

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%%
2-
% Copyright (C) 2019-2023 by Jingxuan Yang <yanglatex2e@gmail.com>
2+
% Copyright (C) 2019-\the\year by Jingxuan Yang <yanglatex2e@gmail.com>
33
%%
44
%% This file is part of the hitszthesis package project.
55
%% ---------------------------------------------------
@@ -28,7 +28,7 @@
2828

2929
This is a generated file.
3030

31-
Copyright (C) 2019-2023 by Jingxuan Yang <yanglatex2e@gmail.com>
31+
Copyright (C) 2019-\the\year by Jingxuan Yang <yanglatex2e@gmail.com>
3232

3333
This file may be distributed and/or modified under the
3434
conditions of the LaTeX Project Public License, either version 1.3a
@@ -49,7 +49,7 @@ through LaTeX.
4949

5050
This is a generated file.
5151

52-
Copyright (C) 2019-2023 by Jingxuan Yang <yanglatex2e@gmail.com>
52+
Copyright (C) 2019-\the\year by Jingxuan Yang <yanglatex2e@gmail.com>
5353

5454
This file may be distributed and/or modified under the
5555
conditions of the LaTeX Project Public License, either version 1.3a
@@ -68,7 +68,7 @@ This is the configuration file of the hitszthesis package with LaTeX2e.
6868

6969
This is a generated file.
7070

71-
Copyright (C) 2019-2023 by Jingxuan Yang <yanglatex2e@gmail.com>
71+
Copyright (C) 2019-\the\year by Jingxuan Yang <yanglatex2e@gmail.com>
7272

7373
This file may be distributed and/or modified under the
7474
conditions of the LaTeX Project Public License, either version 1.3a

hitszthesis.pdf

3.91 KB
Binary file not shown.

hitszthesis.sty

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%
2-
% Copyright (C) 2019-2023 by Jingxuan Yang <yanglatex2e@gmail.com>
2+
% Copyright (C) 2019-2024 by Jingxuan Yang <yanglatex2e@gmail.com>
33
%
44
% This work may be distributed and/or modified under the
55
% conditions of the LaTeX Project Public License, either version 1.3c
@@ -11,7 +11,7 @@
1111
%
1212
% This work has the LPPL1.3c maintenance status `maintained'.
1313
%
14-
\ProvidesPackage{hitszthesis}[2023/11/27 v3.3 Style Collection of Dissertation Template for Harbin Institute of Technology, ShenZhen (HITSZ)]
14+
\ProvidesPackage{hitszthesis}[2024/11/22 v3.4 Style Collection of Dissertation Template for Harbin Institute of Technology, ShenZhen (HITSZ)]
1515

1616
% 此文件声明不在规范中要求的格式所使用的宏包
1717

main.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
% !TEX program = XeLaTeX
44
%%=============================================
55
% 模板名称:hitszthesis
6-
% 模板版本:V3.3
6+
% 模板版本:V3.4
77
% 模板作者:杨敬轩(Jingxuan Yang)
88
% 联系作者:yangjx20@mails.tsinghua.edu.cn & yanglatex2e@gmail.com
99
% 模板交流:QQ群:1039392552,加群请备注LaTeX、hitszthesis相关说明
@@ -12,7 +12,7 @@
1212
% GNU make 工具:make thesis
1313
% Windows 批处理脚本:双击 compile.bat 自动编译论文
1414
% 更多编译细节详见说明文档:hitszthesis.pdf
15-
% 更新时间:2023/11/27
15+
% 更新时间:2024/11/22
1616
% 模板帮助:请**务必务必务必**阅读 hitszthesis.pdf 说明文档,文档查看方法:
1717
% cmd 命令行:texdoc hitszthesis
1818
% 推荐前往模板的 GitHub 仓库获取最新文件,地址:

0 commit comments

Comments
 (0)