|
3 | 3 | % !TEX program = XeLaTeX |
4 | 4 | %%============================================= |
5 | 5 | % 模板名称:hitszthesis |
6 | | -% 模板版本:V3.0.3 |
| 6 | +% 模板版本:V3.1 |
7 | 7 | % 模板作者:杨敬轩(Jingxuan Yang) |
8 | 8 | % 联系作者:yangjingxuan@stu.hit.edu.cn & yanglatex2e@gmail.com |
9 | 9 | % 模板交流:QQ群:1039392552,加群请备注LaTeX、hitszthesis相关说明 |
|
12 | 12 | % GNU make 工具:make thesis |
13 | 13 | % Windows批处理脚本:双击 compile.bat 自动编译论文 |
14 | 14 | % 更多编译细节详见说明文档:hitszthesis.pdf |
15 | | -% 更新时间:2020/03/12 |
| 15 | +% 更新时间:2020/05/25 |
16 | 16 | % 模板帮助:请**务必务必务必**阅读 hitszthesis.pdf 说明文档,文档查看方法: |
17 | 17 | % cmd 命令行:texdoc hitszthesis |
18 | 18 | % 推荐前往模板的 GitHub 仓库获取最新文件,地址: |
19 | 19 | % https://github.com/YangLaTeX/hitszthesis |
20 | 20 | %%============================================= |
21 | 21 |
|
22 | 22 | % 设置文档类别为 <hitszthesis> |
23 | | -\documentclass[type=doctor]{hitszthesis} |
| 23 | +% \documentclass[type=doctor]{hitszthesis} |
24 | 24 | % \documentclass[type=master]{hitszthesis} |
25 | | -% \documentclass[type=bachelor,infoleft=true]{hitszthesis} |
| 25 | +\documentclass[type=bachelor,infoleft=true]{hitszthesis} |
26 | 26 |
|
27 | 27 | % 模板提供以下选项,各个选项之间不要有空格 |
28 | 28 | % 1. type=bachelor|master|doctor |
|
48 | 48 | % 含义:博士论文是否要求章节首页必须在奇数页,默认否(false) |
49 | 49 | % 10. library=true|false |
50 | 50 | % 含义:是否为提交到图书馆的电子版,默认否(false) |
| 51 | +% 11. alphappendix=true|false |
| 52 | +% 含义:本科毕业设计附录章节编号是否为大写字母,默认是(true) |
51 | 53 |
|
52 | 54 | % 自定义设置与额外加载的宏包请写在 \file{hitszthesis.sty} 里 |
53 | 55 | \usepackage{hitszthesis} |
|
107 | 109 |
|
108 | 110 | %%%% \begin{本科书序} %%%% 这是一个假的环境,本科请用这里的内容 |
109 | 111 |
|
110 | | -% % 结论 |
111 | | -% \input{back/conclusion} |
| 112 | +% 结论 |
| 113 | +\input{back/conclusion} |
112 | 114 |
|
113 | | -% % 参考文献 |
114 | | -% \bibliographystyle{hitszthesis} |
115 | | -% \bibliography{reference} |
| 115 | +% 参考文献 |
| 116 | +\bibliographystyle{hitszthesis} |
| 117 | +\bibliography{reference} |
116 | 118 |
|
117 | | -% % 授权 |
118 | | -% \authorization |
| 119 | +% 授权 |
| 120 | +\authorization |
119 | 121 |
|
120 | | -% % 授权页为扫描的PDF文件(scan.pdf),与上面的命令互斥 |
121 | | -% % \authorization[scan.pdf] |
| 122 | +% 授权页为扫描的PDF文件(scan.pdf),与上面的命令互斥 |
| 123 | +% \authorization[scan.pdf] |
122 | 124 |
|
123 | | -% % 致谢 |
124 | | -% \input{back/acknowledgements} |
| 125 | +% 致谢 |
| 126 | +\input{back/acknowledgements} |
125 | 127 |
|
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} |
132 | 134 |
|
133 | 135 | %%%% \end{本科书序} |
134 | 136 |
|
135 | 137 |
|
136 | 138 | %%%% \begin{硕博书序} %%%% 这是一个假的环境,硕、博请用这里的内容 |
137 | 139 |
|
138 | | -% 结论 |
139 | | -\input{back/conclusion} |
| 140 | +% % 结论 |
| 141 | +% \input{back/conclusion} |
140 | 142 |
|
141 | | -% 参考文献 |
142 | | -\bibliographystyle{hitszthesis} |
143 | | -\bibliography{reference} |
| 143 | +% % 参考文献 |
| 144 | +% \bibliographystyle{hitszthesis} |
| 145 | +% \bibliography{reference} |
144 | 146 |
|
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} |
150 | 152 |
|
151 | | -% 发表文章 |
152 | | -\input{back/publications} |
| 153 | +% % 发表文章 |
| 154 | +% \input{back/publications} |
153 | 155 |
|
154 | | -% 索引 |
155 | | -% \input{back/ceindex} |
| 156 | +% % 索引 |
| 157 | +% % \input{back/ceindex} |
156 | 158 |
|
157 | | -% 授权 |
158 | | -\authorization |
| 159 | +% % 授权 |
| 160 | +% \authorization |
159 | 161 |
|
160 | | -% 授权页为扫描的PDF文件(scan.pdf),与上面的命令互斥 |
161 | | -% \authorization[scan.pdf] |
| 162 | +% % 授权页为扫描的PDF文件(scan.pdf),与上面的命令互斥 |
| 163 | +% % \authorization[scan.pdf] |
162 | 164 |
|
163 | | -% 致谢 |
164 | | -\input{back/acknowledgements} |
| 165 | +% % 致谢 |
| 166 | +% \input{back/acknowledgements} |
165 | 167 |
|
166 | | -% 个人简介 |
167 | | -\input{back/resume} |
| 168 | +% % 个人简介 |
| 169 | +% \input{back/resume} |
168 | 170 |
|
169 | 171 | %%%% \end{硕博书序} |
170 | 172 |
|
|
0 commit comments