forked from zjutjh/zjutthesis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathliteraturereview.tex
More file actions
57 lines (46 loc) · 1.57 KB
/
Copy pathliteraturereview.tex
File metadata and controls
57 lines (46 loc) · 1.57 KB
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
% !Mode:: "TeX:UTF-8"
\documentclass[literaturereview]{zjutreport}
\graphicspath{{figures/}} % 定义所有的eps文件在 figures 子目录下
\begin{document} % 开始全文
%论文题目:{中文}
\zjuttitle{浙江工业大学本科生毕业设计文献综述模板}
%作者:{中文姓名}{学号}
\zjutauthor{徐呵呵}{200926399999}
%指导教师:{导师中文名}
\zjutmentor{王~~~~哈}
%个人信息:{毕业年份}{专业班级}
\zjutinfo{2013}{计算机科学与技术0905}
%学院信息:{学院中文}
\zjutcollege{计算机科学与技术学院}
%日期:{提交日期}
\zjutdate{2013年06月}
\input{preface/cover} % 封面
\frontmatter
\pagenumbering{Roman}
\begingroup % 在组内的chapter不换行
\let\clearpage\relax % chapter之后不换页
%%%%%%%%%% 标题 %%%%%%%%%%
\vspace*{3.0mm}
\centerline{\sanhao\heiti\bfseries\zjuttitlec}
\vspace*{3.0mm}
%%%%%%%%%% 摘要 %%%%%%%%%%
\include{preface/abstract} % 中文摘要
%%%%%%%%%% 正文 %%%%%%%%%%
\mainmatter
% \makeatletter
\include{body/intros}
\include{body/figures}
\include{body/tables}
\include{body/equations}
\include{body/others}
% \makeatother
\backmatter
\endgroup % 组结束
%%%%%%%%%% 参考文献 %%%%%%%%%%
\clearpage % 显式换页,使书签定位准确
\bibliography{references/reference}
%\nocite{*} % 若将此命令屏蔽掉,则未引用的文献不会出现在文后的参考文献中。
%%%%%%%%%% 附录 %%%%%%%%%%
%\appendix
%\include{appendix/appendix} % 附录
\end{document} % 结束全文