summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hitszthesis/main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/hitszthesis/main.tex')
-rw-r--r--macros/latex/contrib/hitszthesis/main.tex96
1 files changed, 48 insertions, 48 deletions
diff --git a/macros/latex/contrib/hitszthesis/main.tex b/macros/latex/contrib/hitszthesis/main.tex
index 9611965789..a069993400 100644
--- a/macros/latex/contrib/hitszthesis/main.tex
+++ b/macros/latex/contrib/hitszthesis/main.tex
@@ -3,16 +3,16 @@
% !TEX program = XeLaTeX
%%=============================================
% 模板名称:hitszthesis
-% 模板版本:V3.0
+% 模板版本:V3.0.4
% 模板作者:杨敬轩(Jingxuan Yang)
% 联系作者:yangjingxuan@stu.hit.edu.cn & yanglatex2e@gmail.com
% 模板交流:QQ群:1039392552,加群请备注LaTeX、hitszthesis相关说明
% 模板适用:哈尔滨工业大学(深圳)本、硕、博学位论文
% 模板编译:手动编译方法参看 README.md 或 hitszthesis.pdf
% GNU make 工具:make thesis
-% compile.bat 批处理脚本:compile.bat thesis
+% Windows批处理脚本:双击 compile.bat 自动编译论文
% 更多编译细节详见说明文档:hitszthesis.pdf
-% 更新时间:2020/03/10
+% 更新时间:2020/03/12
% 模板帮助:请**务必务必务必**阅读 hitszthesis.pdf 说明文档,文档查看方法:
% cmd 命令行:texdoc hitszthesis
% 推荐前往模板的 GitHub 仓库获取最新文件,地址:
@@ -20,9 +20,9 @@
%%=============================================
% 设置文档类别为 <hitszthesis>
-% \documentclass[type=doctor]{hitszthesis}
+\documentclass[type=doctor]{hitszthesis}
% \documentclass[type=master]{hitszthesis}
-\documentclass[type=bachelor]{hitszthesis}
+% \documentclass[type=bachelor,infoleft=true]{hitszthesis}
% 模板提供以下选项,各个选项之间不要有空格
% 1. type=bachelor|master|doctor
@@ -73,7 +73,7 @@
\makecover
% 物理量名称表,若采用标准符号则不需要此表
-\input{front/denotation}
+% \input{front/denotation}
% 中文目录
\tableofcontents
@@ -91,80 +91,80 @@
\input{body/chapter02}
% 第3章
-% \input{body/chapter03}
+\input{body/chapter03}
% 第4章
-% \input{body/chapter04}
+\input{body/chapter04}
% 第5章
-% \input{body/chapter05}
+\input{body/chapter05}
% 第6章
-% \input{body/chapter06}
+\input{body/chapter06}
% 开始写正文之后的部分
\backmatter
%%%% \begin{本科书序} %%%% 这是一个假的环境,本科请用这里的内容
-% 结论
-\input{back/conclusion}
+% % 结论
+% \input{back/conclusion}
-% 参考文献
-\bibliographystyle{hitszthesis}
-\bibliography{reference}
+% % 参考文献
+% \bibliographystyle{hitszthesis}
+% \bibliography{reference}
-% 授权
-\authorization
+% % 授权
+% \authorization
-% 授权页为扫描的PDF文件(scan.pdf),与上面的命令互斥
-% \authorization[scan.pdf]
+% % 授权页为扫描的PDF文件(scan.pdf),与上面的命令互斥
+% % \authorization[scan.pdf]
-% 致谢
-\input{back/acknowledgements}
+% % 致谢
+% \input{back/acknowledgements}
-% 附录
-\begin{appendix}
- \input{back/appendix01}
- \input{back/appendix02}
- \input{back/appendix03}
-\end{appendix}
+% % 附录
+% \begin{appendix}
+% \input{back/appendix01}
+% \input{back/appendix02}
+% \input{back/appendix03}
+% \end{appendix}
%%%% \end{本科书序}
%%%% \begin{硕博书序} %%%% 这是一个假的环境,硕、博请用这里的内容
-% % 结论
-% \input{back/conclusion}
+% 结论
+\input{back/conclusion}
-% % 参考文献
-% \bibliographystyle{hitszthesis}
-% \bibliography{reference}
+% 参考文献
+\bibliographystyle{hitszthesis}
+\bibliography{reference}
-% % 附录
-% \begin{appendix}
-% \input{back/appendixA.tex}
-% \input{back/appendixB.tex}
-% \end{appendix}
+% 附录
+\begin{appendix}
+ \input{back/appendixA.tex}
+ \input{back/appendixB.tex}
+\end{appendix}
-% % 发表文章
-% \input{back/publications}
+% 发表文章
+\input{back/publications}
-% % 索引
+% 索引
% \input{back/ceindex}
-% % 授权
-% \authorization
+% 授权
+\authorization
-% % 授权页为扫描的PDF文件(scan.pdf),与上面的命令互斥
-% % \authorization[scan.pdf]
+% 授权页为扫描的PDF文件(scan.pdf),与上面的命令互斥
+% \authorization[scan.pdf]
-% % 致谢
-% \input{back/acknowledgements}
+% 致谢
+\input{back/acknowledgements}
-% % 博士学位论文个人简介
-% \input{back/resume}
+% 个人简介
+\input{back/resume}
%%%% \end{硕博书序}