65 lines
1.3 KiB
TeX
65 lines
1.3 KiB
TeX
% !Mode:: "TeX:UTF-8"
|
||
\documentclass[master,openany,oneside,AutoFakeBold=true]{buaathesis}
|
||
|
||
\usepackage{xcolor}
|
||
\usepackage{tikz}
|
||
\usetikzlibrary{arrows,shapes,chains}
|
||
|
||
% 参考文献
|
||
\usepackage{gbt7714}
|
||
% 参考文献输出方式,numerical为按照出现顺序,authoryear为按照作者姓名和年份
|
||
\citestyle{numerical}
|
||
% \citestyle{authoryear}
|
||
|
||
\begin{document}
|
||
|
||
% 用户信息
|
||
\include{data/com_info}
|
||
\include{data/master/master_info}
|
||
|
||
% 中英封面、提名页、授权书
|
||
\maketitle
|
||
% 前言页眉页脚样式
|
||
\pagestyle{frontmatter}
|
||
% 摘要
|
||
\include{data/abstract}
|
||
% 目录、插图目录、表格目录
|
||
\tableofcontents
|
||
\listoffigures
|
||
\listoftables
|
||
% 符号表
|
||
\include{data/denotation}
|
||
|
||
% 正文页码样式
|
||
\mainmatter
|
||
% 正文页眉页脚样式
|
||
\pagestyle{mainmatter}
|
||
|
||
% 正文
|
||
\include{data/chapter1-intro}
|
||
\include{data/chapter2}
|
||
\include{data/chapter3}
|
||
|
||
\include{data/chapter5}
|
||
\include{data/chapter4}
|
||
%
|
||
\include{data/chapter6}
|
||
\include{data/conclusion}
|
||
|
||
% 参考文献
|
||
\include{data/reference}
|
||
|
||
% 附录
|
||
% \appendix
|
||
% \include{data/appendix1-faq}
|
||
% \include{data/appendix2-contactus}
|
||
|
||
% 附页标题样式
|
||
% \backmatter
|
||
|
||
% 附页
|
||
% \include{data/master/back1-achievement}
|
||
% \include{data/master/back2-acknowledgement}
|
||
% \include{data/master/back3-aboutauthor}
|
||
\end{document}
|