-
Notifications
You must be signed in to change notification settings - Fork 4
/
report.tex
95 lines (82 loc) · 3.77 KB
/
report.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
% !Mode:: "TeX:UTF-8"
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ,
% /\^/`\
% | \/ | CONGRATULATIONS!
% | | | SPRING IS IN THE AIR!
% \ \ / _ _
% '\\//' _{ ' }_
% || hithesis v3 { `.!.` }
% || ',_/Y\_,'
% || , dustincys {_,_}
% |\ || |\ Email: [email protected] |
% | | || | | https://yanshuo.name (\| /)
% | | || / / \| //
% \ \||/ / https://github.com/dustincys/hithesis |//
% `\\//` \\ \./ \\ / // \\./ \\ // \\ |/ /
% ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
%
% ----------------------------- Warning -----------------------------
% 注意: 这不是 GitHub 原版
% Modification:
% 1. 添加了页眉
% 2. 修改了目录格式以匹配中期模板
% 3. 修改了封面以匹配中期模板
% 4. 添加了 联合导师 和 副导师 选项
% 5. 取消了 latexmk 的连续编译选项
% 6. 将编译输出文件夹修改为了 ./build, build 中需要建立和文字目录对应的子文件夹
% 6. 添加了多种列表环境
% 7. 将公式编号修改为了 (2-1) 的形式
% 8. 在参考文献卡你添加了 \FloatBarrier
% 9. 添加了等宽表格例子
% 10. 修改了图头和表头的格式
% TexStudio 使用
% 1. 将编译器改成 latexmk
% 2. 将输出文件夹改为 build
% 2021-05-24 10:33:44 by ruic
% ----------------------------- Warning -----------------------------
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[fontset=windows,toc=true,type=master,stage=midterm,campus=shenzhen,printWithe=false]{hithesisart}
% 此处选项中不要有空格
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 必填选项
% type=doctor|master|bachelor
% stage=opening|midterm
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 选填选项(选填选项的缺省值已经尽可能满足了大多数需求,除非明确知道自己有什么
% 需求)
% campus=shenzhen|weihai|harbin
% 含义:校区选项,默认harbin
% fontset=windows|mac|ubuntu|fandol
% 含义:前三个对应各自系统,fandol是开源字体。
% printWithe=true|false
% 含义:true 则封面和目录后面有空白页,以便双面打印,默认 false
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\graphicspath{{figures/}{logos/}}
\begin{document}
\input{front/coverart.tex}
\makecover
% 深圳博士开题报告 -----------------------------------------------
\pagestyle{hit@headingsmunual} % 页眉
\input{body/report_shenzhen_doctor_midterm}
% 威海校区本科生开题报告结构 ----------------------------------------
% \input{body/report_weihai_bachelor_opening}
% \makebackcover
% -------------------------------------------------------------
% 威海校区本科生中期报告结构 ----------------------------------------
% \input{body/report_weihai_bachelor_midterm}
% \makebackcover
% -------------------------------------------------------------
% 哈尔滨校区本科生开题报告结构 --------------------------------------
% \input{body/report_harbin_bachelor_opening}
% -------------------------------------------------------------
\FloatBarrier
\section*{参考文献}
\bibliographystyle{hithesis}
\bibliography{reference}
% inline style \inlinecite, upper style \cite
\end{document}
% Local Variables:
% TeX-engine: xetex
% End: