summaryrefslogtreecommitdiff
path: root/macros/xetex/latex/hfutthesis/hfutthesis-example.tex
blob: 9a36981939a81423ab56417a7fd83b40888c6e23 (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
51
52
53
54
55
56
57
58
% !TeX encoding = UTF-8
% !TeX program = xelatex
% !TeX spellcheck = en_US

\documentclass[degree=bachelor]{hfutthesis}
% degree      = doctor | master | bachelor
% degree-type = academic | professional
% language    = chinese | english
% fontset     = windows | mac | ubuntu | fandol

% 加载宏包、全部的配置
\input{hfutsetup.tex}


\begin{document}

% 研究生论文:
%   封面,原创性声明和授权使用声明
%   frontmatter: 致谢,摘要,目录,图、表清单,[符号说明]
%   mainmatter: 正文章节,参考文献
%   appendix: 附录
%   backmatter: 已发表论文列表
%
% 本科生论文:
%   封面,原创性声明和授权使用声明
%   frontmatter: 摘要,目录,图、表清单,[符号说明]
%   mainmatter: 正文章节,参考文献
%   backmatter: [已发表论文列表],致谢
%   appendix: 附录


\maketitle
% \input{hfut-chapters/expertspage.tex} % 专家清单页,如果是 博士学位论文,请将注释去掉。
\signaturepage
\copyrightpage

\frontmatter
% \input{hfut-chapters/acknowledgements.tex} % 致谢页,硕博 请将该行注释去掉。
\input{hfut-chapters/abstract.tex}
\tableofcontents
\listoffigures
\listoftables
\input{hfut-chapters/notation.tex} % [符号说明]

\mainmatter
\input{hfut-chapters/intro.tex}
\input{hfut-chapters/floats.tex}
\input{hfut-chapters/math.tex}
\input{hfut-chapters/citations.tex}

\backmatter
\bibliography{hfut-bib/hfut}  % 参考文献使用 BibTeX 编译
% \printbibliography       % 参考文献使用 BibLaTeX 编译
\input{hfut-chapters/publications.tex} % 已发表论文列表
\input{hfut-chapters/acknowledgements.tex} % 致谢页,本科生 请将该行注释去掉。
\appendix % 附录
\input{hfut-chapters/complementary.tex}
\end{document}