% !Mode:: "TeX:UTF-8"
%% encoding: UTF-8
%% 首先读取模板的配置
\documentclass[12pt,openright]{book}
% \documentclass[12pt,openright,oneside]{book} %
\include{config/headinfo}
\begin{document}
%% 确保zhspacing需要的符号定义没有被其他宏包改掉
\def\lq{`}\def\rq{'}
% \zhspacing
%% 读入作者的信息
\include{author}
%% 加入pdf文件的关键字,\pdfkeywords必须在\maketitle之前才有效
\pdfkeywords{1,2}
%% 生成a4封面、原创性声明、著作权使用声明
\maketitle
%% 正文默认使用小四,字号的定义在 config/headcommon.tex中
%\xiaosi
%% 读入中英文摘要
% \onehalfspacing
\include{abstracts/cnabstract}
\include{abstracts/enabstract}
%% 生成中英文目录
\tableofcontents
% %% 以数字风格开始正文页码
\pagenumbering{arabic}
% %% 读入各章节
%设置字体和行距(小四,1.5倍行距)
\xiaosi
% \onehalfspacing
% \include{chapters/notations}
\include{chapters/Introduction}
% %% 参考文献
\bibliographystyle{reference/xmuthesis2}
\bibliography{reference/reference}
% %% 发表的论文
\include{appendix/publications}
% %% 最后致谢一下
\onehalfspacing
\include{appendix/thanks}
\end{document}