71 lines
1.6 KiB
TeX
71 lines
1.6 KiB
TeX
% !TeX encoding = UTF-8
|
||
% !TeX program = xelatex
|
||
% !TeX spellcheck = en_US
|
||
|
||
\documentclass[degree=master, degree-type=academic]{xtuthesis}
|
||
% 学位 degree:
|
||
% doctor | master | bachelor | postdoc
|
||
% 学位类型 degree-type:
|
||
% academic(默认)| professional | course
|
||
|
||
|
||
% 论文基本配置,加载宏包等全局配置
|
||
\input{xtusetup.tex}
|
||
|
||
|
||
\begin{document}
|
||
|
||
% 封面
|
||
\maketitle
|
||
|
||
% 使用声明及授权的说明
|
||
\declareandcopyrightpage
|
||
|
||
\frontmatter
|
||
\input{data/abstract.tex}
|
||
|
||
% 目录
|
||
\tableofcontents
|
||
% 符号对照表
|
||
|
||
% 正文部分
|
||
\mainmatter
|
||
\input{data/text}
|
||
% \input{data/chap01}
|
||
% \input{data/chap02}
|
||
% \input{data/chap03}
|
||
% \input{data/chap04}
|
||
% \input{data/chap05}
|
||
|
||
% 其它部分
|
||
\backmatter
|
||
|
||
%% 本科生要求的几个索引。
|
||
% \listoffigures % 插图索引
|
||
% \listoftables % 表格索引
|
||
% \listofequations % 公式索引
|
||
|
||
% 参考文献
|
||
\bibliographystyle{xtuthesis-numeric} % 顺序编码制
|
||
% \bibliographystyle{xtuthesis-author-year} % 著者-出版年制
|
||
% \bibliographystyle{xtuthesis-bachelor} % 本科生参考文献的著录格式
|
||
\bibliography{ref/refs}
|
||
|
||
% 致谢
|
||
\input{data/acknowledgements}
|
||
% 附录
|
||
\appendix
|
||
% \renewcommand{\appendixname}{Appendix~\Alph{section}}
|
||
% \input{data/appendix-survey} % 本科生:外文资料的调研阅读报告
|
||
% \input{data/appendix-translation} % 本科生:外文资料的书面翻译
|
||
%\input{data/appendix}
|
||
|
||
%个人简历
|
||
\input{data/resume}
|
||
% \input{data/mass_table1}
|
||
\input{data/appendix-survey}
|
||
% 本科生的综合论文训练记录表
|
||
% \includepdf[pages=-]{scan-record.pdf}
|
||
|
||
\end{document}
|