summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/nxuthesis/nxuthesis-example.tex
blob: 07a77ea6fad38073a6f478b7de9a2f20c042a609 (plain)
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
\documentclass[degree=master]{nxuthesis}
	% 学位 degree:
	%   master(硕士) | doctor(博士)
	% 学位类型 degree-type:
	%   academic(学术学位,默认)| professional(专业学位)
	% 语言 language
	%   chinese(默认)| english
	% 字体库 fontset
	%   windows | mac | fandol | ubuntu
	% 建议终版使用 Windows 平台的字体编译

% 论文基本配置,加载宏包等全局配置
\input{nxusetup}

\begin{document}

% 封面
\maketitle


% 使用授权的说明
\copyrightpage
% 将签字扫描后授权文件 scan-copyright.pdf 替换原始页面
% \copyrightpage[file=scan-copyright.pdf]

\frontmatter
\input{chapter/abstract}

% 目录
\tableofcontents

% 正文部分
\mainmatter
\input{chapter/chap01}
\input{chapter/chap02}


% 其他部分
\backmatter

% 参考文献
\input{chapter/references}

% 致谢
\input{chapter/acknowledgements}

% 个人简介及攻读硕士/博士学位期间论文发表情况
\input{chapter/resume}

\end{document}