-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathnudtProposal.tex
128 lines (115 loc) · 5.9 KB
/
nudtProposal.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
%%%%% --------------------------------------------------------------------------------
%%
%% Document Template of NUDT proposal
%%
%%%%% --------------------------------------------------------------------------------
%% Copyright (C) Hanlin Tan <hanlin_tan@nudt.edu.cn>
%% This is free software: you can redistribute it and/or modify it
%% under the terms of the GNU General Public License as published by
%% the Free Software Foundation, either version 3 of the License, or
%% (at your option) any later version.
%%%%% --------------------------------------------------------------------------------
%% Last Updated: 2017.01.06
%%%%************************ Document Class Declaration ******************************
%%
%\documentclass{ctexart}
\documentclass{Style/nudtproposal}% thesis template of UCAS
%% Multiple optional arguments:
%% [scheme = plain] % for thesis writing of international students
%% [<singlesided|doublesided|printcopy>] % single-sided, double-sided, or print layout
%% [draftversion] % show draft version information, default is no show
%% [fontset = <adobe|...>] % specify font set, default is automatic detection
%% [standard options for ctex class]
%%%%% --------------------------------------------------------------------------------
%%
%%%%************************* Command Define and Settings ****************************
%%
\usepackage{Style/commons}% common settings
%% usage: \usepackage[option1,option2,...,optionN]{commons}
%% Multiple optional arguments:
%% [myhdr] % one available header and footer style, will enable fancyhdr
%% [lscape] % provide landscape layout environment
%% [geometry] % configure page layout by geometry package
%% [list] % enable enhanced list environments, useful for Algorithm and Coding
%% [color] % enable color package to use color, default package is xcolor
%% [background] % enable page background, will auto enable color package
%% [tikz] % enable tikz for complex diagrams, will auto enbale color package
%% [table] % enable a table package for complex tables, default is ctable
%% [math] % enable some extra math packages
\usepackage{Style/custom}% user defined commands
\usepackage[backend=biber, bibstyle=Biblio/gb7714-2015,%nature,%%加载biblatex宏包,使用参考文献
citestyle=Biblio/gb7714-2015,%,backref=true%%其中后端backend使用biber
gbnamefmt=lowercase,
gbpub=false % 是否显示“未知出版商”等信息从而更加符合gb7714-2015样式
]{biblatex}%标注(引用)样式citestyle,著录样式bibstyle都采用gb7714-2015样式
% 设置参考文献文件
\addbibresource{Biblio/ref.bib}
\usepackage{Style/nudtstyle} % 包含作者自定义的格式和命令
\enabletablebib{yes} % 参考文献是否放入表格,默认yes。
%%%%% ---------------------------------------------------------------------------------
%%%%% ---------------警告:以上内容请勿随意修改,除非你清楚自己在做什么------------
%%%%% --------------提示:修改本节内容用于设置文档,请仔细阅读---------------------
%%
%% 编译环境:texlive-2015或者texlive-2019。
%% 推荐IDE:texstudio。
%% 编译选项:tex编译器选择xelatex, 参考文献编译器选择biber(不能用bibtex)!
%% 以上环境配置经过作者测试,确定可以正常使用。
%% 以下参数用于设置文档首页和页眉信息
\proposaltype{doctor} % 研究生类别:硕士设置为master,博士设置为doctor
\enabletableofcontents{no} % 是否生成目录:如果需要目录设置为yes,否则设置为no。我校开题报告默认没有目录
\proposalnumber{\underline{\hbox to 10mm{}}} % 编号:默认是下划线,如果你知道编号,设为真实编号
\classification{公开} % 密级:公开,秘密,机密或者绝密
\nudttitle{国防科学技术大学开题报告}{\LaTeX{} 模板} % 因title一般都很长需要两行,第一参数为第一行内容,第二个参数为第二行内容
\author{谭同学} % 作者
\authorid{160590xx} % 学号
\advisor{张老师} % 导师
\advisortitle{教~~~~授} % 职称
\degreetype{工学} % 学位类别
\major{控制科学与工程} % 一级学科
\field{图像处理} % 研究方向
\institute{信息系统与管理学院}% 学院
\chinesedate{2017~年~03~月~01日} % 开题日期
\formdate{二〇一八年一月} % 制表月份
%% 在设置完以上参数后,修改Tex文件下对应文件以完成开题报告。
%%%%% ---------------------------------------------------------------
%%%%% ---------------警告:以下内容请勿随意修改,除非你清楚自己在做什么------------
%%%%******************************** Content *****************************************
%%
\begin{document}
%%
%%%%% --------------------------------------------------------------------------------
%%
%%%%******************************** Frontmatter *************************************
%%
\pagenumbering{roman}% restart page numbers with arabic style
%%% Generate Title
%%
\maketitle
%%%%% --------------------------------------------------------------------------------
%%
%%%%******************************** Mainmatter **************************************
%%
%% 添加正文内容
\pagenumbering{arabic}% restart page numbers with arabic style
\mdfsetup{skipabove=0pt,skipbelow=0pt}
%% 包含正文各个章节,请编辑章节文件修改相应的内容
% 正文字号
\zihao{5}
\input{Tex/1_background}% \include ?= \input + \clearpage
\clearpage
\input{Tex/2_referenceSummary.tex}%
\clearpage
\input{Tex/3_researchContent}%
\clearpage
\input{Tex/4_researchCondition.tex}%
\clearpage
\input{Tex/5_schedule.tex}%
\clearpage
\input{Tex/6_references.tex}%
\clearpage
\input{Tex/7_advisorComments.tex}%
\clearpage
\input{Tex/8_groupComments.tex}%
\clearpage
\end{document}
%%%%% --------------------------------------------------------------------------------