59 lines
1015 B
TeX
59 lines
1015 B
TeX
\documentclass{aust-thesis}
|
|
\usepackage{amsmath}
|
|
|
|
\austclassreportsetup{
|
|
semester = {2025-2026学年第1学期},
|
|
level = {研究生课程},
|
|
course = {拌面技术课程报告},
|
|
title = {意大利面与45号混凝土的微观级复合拌合研究},
|
|
school = {打灰学院},
|
|
major = {给排水专业},
|
|
sid = {1145141919},
|
|
name = {构·de·von·石},
|
|
lecturer = {张三},
|
|
date = {2026年04月01日}
|
|
}
|
|
|
|
\begin{document}
|
|
|
|
% region: 封面部分
|
|
|
|
% 论文封面
|
|
\austclassreportcover
|
|
\clearpage
|
|
|
|
% endregion
|
|
|
|
% region: 前缀部分
|
|
|
|
\austromanpagenum
|
|
|
|
% 中文摘要
|
|
\input{aust-thesis-example/abstract-zh.tex}
|
|
|
|
% 中文目录
|
|
\input{aust-thesis-example/toc-zh.tex}
|
|
|
|
% endregion
|
|
|
|
% region: 正文部分
|
|
|
|
\austarabicpagenum
|
|
|
|
% 正文
|
|
\input{aust-thesis-example/body.tex}
|
|
|
|
% endregion
|
|
|
|
% region: 后缀部分
|
|
|
|
% 参考文献
|
|
\input{aust-thesis-example/bibliography.tex}
|
|
|
|
% 后记与致谢
|
|
\input{aust-thesis-example/thanks.tex}
|
|
|
|
% endregion
|
|
|
|
\end{document}
|