Skip to content

Commit 3733c3d

Browse files
authored
Bump to v3.3
1 parent bbf9ab2 commit 3733c3d

File tree

9 files changed

+57
-57
lines changed

9 files changed

+57
-57
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pub: doc thesis cleanall
101101
clean:
102102
latexmk -c $(PACKAGE).dtx
103103
latexmk -c $(THESISMAIN)
104-
-@$(RM) *~ *.idx *.ind *.ilg *.thm *.toe *.bbl
104+
-@$(RM) *~ *.idx *.ind *.ilg *.thm *.toe *.bbl *.hd
105105

106106
cleanall: clean
107107
-@$(RM) $(PACKAGE).pdf $(THESISMAIN).pdf

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.2.8, updated on 2023/5/9. 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.3, updated on 2023/11/27. 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.2.8,更新于2023年5月9日。请加入 QQ 群:1039392552 反馈模板使用过程中遇到的问题。
64+
hitszthesis 是哈尔滨工业大学(深圳)本硕博学位论文模板,当前版本为3.3,更新于2023年11月27日。请加入 QQ 群:1039392552 反馈模板使用过程中遇到的问题。
6565

6666
# Documentation
6767

hitszthesis-bachelor.pdf

-4.17 KB
Binary file not shown.

hitszthesis-doctor.pdf

-4.14 KB
Binary file not shown.

hitszthesis-master.pdf

-4.1 KB
Binary file not shown.

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-2022 by Jingxuan Yang <yanglatex2e@gmail.com>
2+
% Copyright (C) 2019-2023 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-2022 by Jingxuan Yang <yanglatex2e@gmail.com>
31+
Copyright (C) 2019-2023 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-2022 by Jingxuan Yang <yanglatex2e@gmail.com>
52+
Copyright (C) 2019-2023 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-2022 by Jingxuan Yang <yanglatex2e@gmail.com>
71+
Copyright (C) 2019-2023 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

-13.8 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-2022 by Jingxuan Yang <yanglatex2e@gmail.com>
2+
% Copyright (C) 2019-2023 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}[2022/12/13 3.2.6 Style Collection of Dissertation Template for Harbin Institute of Technology, ShenZhen (HITSZ)]
14+
\ProvidesPackage{hitszthesis}[2023/11/27 v3.3 Style Collection of Dissertation Template for Harbin Institute of Technology, ShenZhen (HITSZ)]
1515

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

main.tex

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

2222
% 设置文档类别为 <hitszthesis>
23-
% \documentclass[type=doctor]{hitszthesis}
23+
\documentclass[type=doctor]{hitszthesis}
2424
% \documentclass[type=master]{hitszthesis}
25-
\documentclass[type=bachelor,infoleft=true]{hitszthesis}
25+
% \documentclass[type=bachelor,infoleft=true]{hitszthesis}
2626

2727
% 模板提供以下选项,各个选项之间不要有空格
2828
% 1. type=bachelor|master|doctor
@@ -110,70 +110,70 @@
110110

111111
%%%% \begin{本科书序} %%%% 这是一个假的环境,本科请用这里的内容
112112

113-
% 结论
114-
\input{back/conclusion}
113+
% % 结论
114+
% \input{back/conclusion}
115115

116-
% 参考文献
117-
\bibliographystyle{hitszthesis}
118-
\bibliography{reference}
116+
% % 参考文献
117+
% \bibliographystyle{hitszthesis}
118+
% \bibliography{reference}
119119

120-
% 发表文章
121-
\input{back/publications}
120+
% % 发表文章
121+
% \input{back/publications}
122122

123-
% 授权
124-
\authorization
123+
% % 授权
124+
% \authorization
125125

126-
% 授权页为扫描的PDF文件(scan.pdf),与上面的命令互斥
127-
% \authorization[scan.pdf]
126+
% % 授权页为扫描的PDF文件(scan.pdf),与上面的命令互斥
127+
% % \authorization[scan.pdf]
128128

129-
% 致谢
130-
\input{back/acknowledgements}
129+
% % 致谢
130+
% \input{back/acknowledgements}
131131

132-
% 附录
133-
% 设置附录部分只包含页眉
134-
% \SetAppendixWithOnlyHeadings
135-
% 设置附录部分页码从1开始编号的命令在<back/appendix01.tex>里
136-
\begin{appendix}
137-
\input{back/appendix01}
138-
\input{back/appendix02}
139-
\input{back/appendix03}
140-
\end{appendix}
132+
% % 附录
133+
% % 设置附录部分只包含页眉
134+
% % \SetAppendixWithOnlyHeadings
135+
% % 设置附录部分页码从1开始编号的命令在<back/appendix01.tex>里
136+
% \begin{appendix}
137+
% \input{back/appendix01}
138+
% \input{back/appendix02}
139+
% \input{back/appendix03}
140+
% \end{appendix}
141141

142142
%%%% \end{本科书序}
143143

144144

145145
%%%% \begin{硕博书序} %%%% 这是一个假的环境,硕、博请用这里的内容
146146

147-
% % 结论
148-
% \input{back/conclusion}
147+
% 结论
148+
\input{back/conclusion}
149149

150-
% % 参考文献
151-
% \bibliographystyle{hitszthesis}
152-
% \bibliography{reference}
150+
% 参考文献
151+
\bibliographystyle{hitszthesis}
152+
\bibliography{reference}
153153

154-
% % 附录
155-
% \begin{appendix}
156-
% \input{back/appendixA.tex}
157-
% \input{back/appendixB.tex}
158-
% \end{appendix}
154+
% 附录
155+
\begin{appendix}
156+
\input{back/appendixA.tex}
157+
\input{back/appendixB.tex}
158+
\end{appendix}
159159

160-
% % 发表文章
161-
% \input{back/publications}
160+
% 发表文章
161+
\input{back/publications}
162162

163-
% % 索引
164-
% % \input{back/ceindex}
163+
% 索引
164+
% \input{back/ceindex}
165165

166-
% % 授权
167-
% \authorization
166+
% 授权
167+
\authorization
168168

169-
% % 授权页为扫描的PDF文件(scan.pdf),与上面的命令互斥
170-
% % \authorization[scan.pdf]
169+
% 授权页为扫描的PDF文件(scan.pdf),与上面的命令互斥
170+
% \authorization[scan.pdf]
171171

172-
% % 致谢
173-
% \input{back/acknowledgements}
172+
% 致谢
173+
\input{back/acknowledgements}
174174

175-
% % 个人简介
176-
% \input{back/resume}
175+
% 个人简介
176+
\input{back/resume}
177177

178178
%%%% \end{硕博书序}
179179

0 commit comments

Comments
 (0)