Skip to content

Commit 25ee8f4

Browse files
authored
Update to v3.1
1 parent 0921147 commit 25ee8f4

File tree

1 file changed

+45
-43
lines changed

1 file changed

+45
-43
lines changed

main.tex

Lines changed: 45 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
% !TEX program = XeLaTeX
44
%%=============================================
55
% 模板名称:hitszthesis
6-
% 模板版本:V3.0.3
6+
% 模板版本:V3.1
77
% 模板作者:杨敬轩(Jingxuan Yang)
88
% 联系作者:yangjingxuan@stu.hit.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-
% 更新时间:2020/03/12
15+
% 更新时间:2020/05/25
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
@@ -48,6 +48,8 @@
4848
% 含义:博士论文是否要求章节首页必须在奇数页,默认否(false)
4949
% 10. library=true|false
5050
% 含义:是否为提交到图书馆的电子版,默认否(false)
51+
% 11. alphappendix=true|false
52+
% 含义:本科毕业设计附录章节编号是否为大写字母,默认是(true)
5153

5254
% 自定义设置与额外加载的宏包请写在 \file{hitszthesis.sty} 里
5355
\usepackage{hitszthesis}
@@ -107,64 +109,64 @@
107109

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

110-
% % 结论
111-
% \input{back/conclusion}
112+
% 结论
113+
\input{back/conclusion}
112114

113-
% % 参考文献
114-
% \bibliographystyle{hitszthesis}
115-
% \bibliography{reference}
115+
% 参考文献
116+
\bibliographystyle{hitszthesis}
117+
\bibliography{reference}
116118

117-
% % 授权
118-
% \authorization
119+
% 授权
120+
\authorization
119121

120-
% % 授权页为扫描的PDF文件(scan.pdf),与上面的命令互斥
121-
% % \authorization[scan.pdf]
122+
% 授权页为扫描的PDF文件(scan.pdf),与上面的命令互斥
123+
% \authorization[scan.pdf]
122124

123-
% % 致谢
124-
% \input{back/acknowledgements}
125+
% 致谢
126+
\input{back/acknowledgements}
125127

126-
% % 附录
127-
% \begin{appendix}
128-
% \input{back/appendix01}
129-
% \input{back/appendix02}
130-
% \input{back/appendix03}
131-
% \end{appendix}
128+
% 附录
129+
\begin{appendix}
130+
\input{back/appendix01}
131+
\input{back/appendix02}
132+
\input{back/appendix03}
133+
\end{appendix}
132134

133135
%%%% \end{本科书序}
134136

135137

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

138-
% 结论
139-
\input{back/conclusion}
140+
% % 结论
141+
% \input{back/conclusion}
140142

141-
% 参考文献
142-
\bibliographystyle{hitszthesis}
143-
\bibliography{reference}
143+
% % 参考文献
144+
% \bibliographystyle{hitszthesis}
145+
% \bibliography{reference}
144146

145-
% 附录
146-
\begin{appendix}
147-
\input{back/appendixA.tex}
148-
\input{back/appendixB.tex}
149-
\end{appendix}
147+
% % 附录
148+
% \begin{appendix}
149+
% \input{back/appendixA.tex}
150+
% \input{back/appendixB.tex}
151+
% \end{appendix}
150152

151-
% 发表文章
152-
\input{back/publications}
153+
% % 发表文章
154+
% \input{back/publications}
153155

154-
% 索引
155-
% \input{back/ceindex}
156+
% % 索引
157+
% % \input{back/ceindex}
156158

157-
% 授权
158-
\authorization
159+
% % 授权
160+
% \authorization
159161

160-
% 授权页为扫描的PDF文件(scan.pdf),与上面的命令互斥
161-
% \authorization[scan.pdf]
162+
% % 授权页为扫描的PDF文件(scan.pdf),与上面的命令互斥
163+
% % \authorization[scan.pdf]
162164

163-
% 致谢
164-
\input{back/acknowledgements}
165+
% % 致谢
166+
% \input{back/acknowledgements}
165167

166-
% 个人简介
167-
\input{back/resume}
168+
% % 个人简介
169+
% \input{back/resume}
168170

169171
%%%% \end{硕博书序}
170172

0 commit comments

Comments
 (0)