% !TEX encoding = UTF-8 Unicode
% !TEX program = xelatex
% !BIB program = biber
% !TEX TS-program = xelatex
% !BIB TS-program = biber
%%
%%  本模板方式编译: XeLaTeX + biber
%%
%%  注意: 在改变编译方式前应先删除 *.toc 和 *.aux 文件
%%
\documentclass[12pt,openright]{book}
% 引入NKThesis包
\usepackage[emptydoublepage]{NKThesis}   % 中文
%\usepackage[emptydoublepage,English]{NKThesis} % 英文
% 其它包按需添加
% \usepackage{amsmath}
% \usepackage{cases}
% \usepackage{multirow}
% 参考文献
\addbibresource{nkthesis.bib}
% 图片文件夹
\graphicspath{{image/}}
\includeonly{
	./tex/abstract,
	./tex/introduction,
	./tex/relatedwork,
	./tex/method,
	./tex/discussion,
	./tex/summary,
	./tex/references,
	./tex/acknowledgements,
	./tex/appendices,
	./tex/resume
}
\setmainfont{Times New Roman}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%  设置基本信息
%  注意:  逗号`,'是项目分隔符. 如果某一项的值出现逗号, 应放在花括号内, 如 {,}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\NKTsetup{
	% 封面设置
	论文题目(中文) = 我是爱南开的,
	副标题         = ,
	论文题目(英文) = I Love Nankai,
	论文作者       = 周恩来,
	学号           = 19190062,
	指导教师       = 张伯苓教授,
	申请学位       = 硕士,
	培养单位       = 南开大学,
	学科专业       = 文科,
	研究方向       = 国际政治,
	答辩委员会主席 = {张伯苓},
	评阅人 = {严范孙},
	中图分类号     = ,
	UDC            = ,
	学校代码       = 10055,
	论文完成时间   = 二〇一八年四月,
	% 保密设置
	密级           = 公开,	% 公开 | 限制 | 秘密 | 机密, 若为公开, 不填以下三项
	非公开论文编号 = ,
	保密期限       = ,
	审批表编号     = ,
	% 其他信息
	批准日期       = ,
	答辩日期       = ,
	论文类别       = 学历硕士, % 博士 | 学历硕士 | 专业学位硕士 | 同等学力硕士
	院/系/所       = 文学部,
	联系电话       = 1234567890,
	Email          = ZhouEnlai@nankai.edu.cn,
	通讯地址(邮编) = 300000,
	备注           = {}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 论文开始部分
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 摘要
\include{./tex/abstract}
% 论文目录
\tableofcontents
% 列出图表目录,如果需要可取消注释
% \listoffigures
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 论文主体章节
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{./tex/introduction}
\include{./tex/relatedwork}
\include{./tex/method}
\include{./tex/discussion}
\include{./tex/summary}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 论文其他信息
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{./tex/references}
\include{./tex/acknowledgements}
\include{./tex/appendices}
\include{./tex/resume}
\end{document}