72 lines
1.0 KiB
TeX
72 lines
1.0 KiB
TeX
\documentclass{aust-thesis}
|
|
\input{aust-thesis-example/packages.tex}
|
|
|
|
|
|
\begin{document}
|
|
|
|
% region: 封面部分
|
|
|
|
% 论文封面
|
|
\austthesiscover
|
|
\clearpage
|
|
|
|
% 版权与签字部分
|
|
\austnopagenum
|
|
\section*{独创性声明}
|
|
\section*{学位论文版权使用授权书}
|
|
\clearpage
|
|
|
|
% endregion
|
|
|
|
% region: 前缀部分
|
|
|
|
\austromanpagenum
|
|
|
|
% 中文摘要
|
|
\input{aust-thesis-example/abstract-zh.tex}
|
|
|
|
% 英文摘要
|
|
\input{aust-thesis-example/abstract-en.tex}
|
|
|
|
% 中文目录
|
|
\input{aust-thesis-example/toc-zh.tex}
|
|
|
|
% 英文目录
|
|
\section*{Contents}
|
|
\clearpage
|
|
|
|
\section{插图或附表清单}
|
|
\clearpage
|
|
|
|
\section{注释说明清单}
|
|
\clearpage
|
|
|
|
% endregion
|
|
|
|
% region: 正文部分
|
|
|
|
\austarabicpagenum
|
|
|
|
% 正文
|
|
\input{aust-thesis-example/body.tex}
|
|
|
|
% endregion
|
|
|
|
% region: 后缀部分
|
|
|
|
% 参考文献
|
|
\input{aust-thesis-example/bibliography.tex}
|
|
|
|
\section{附录}
|
|
\clearpage
|
|
|
|
% 后记与致谢
|
|
\input{aust-thesis-example/thanks.tex}
|
|
|
|
\section{作者简介及读研期间主要科研成果}
|
|
\clearpage
|
|
|
|
% endregion
|
|
|
|
\end{document}
|