1
0
Files
aust-thesis-template/aust-book-report-example.tex

61 lines
1.1 KiB
TeX
Raw Normal View History

2026-06-13 21:54:06 +08:00
\documentclass{aust-thesis}
2026-06-24 19:57:24 +08:00
\input{aust-thesis-example/packages.tex}
2026-06-13 21:54:06 +08:00
\austbookreportsetup{
level = {硕士研究生读书报告},
name = {构·de·von·石},
sid = {1145141919},
institution = {打灰学院},
major = {摸鱼专业},
2026-06-13 21:54:06 +08:00
mentor = {张三},
direction = {无机物烹饪},
title = {意大利面与45号混凝土的微观级复合拌合研究},
2026-06-24 19:57:24 +08:00
% You can use "lastbib" provided \LastBib macro to dynamic apply for this field
2026-06-13 21:54:06 +08:00
refcnt = {12},
school = {打灰学院},
date = {2026年04月01日}
}
\begin{document}
% region: 封面部分
% 论文封面
\austbookreportcover
\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}
% endregion
% region: 正文部分
\austarabicpagenum
% 正文
\input{aust-thesis-example/body.tex}
% endregion
% region: 后缀部分
% 参考文献
\input{aust-thesis-example/bibliography.tex}
% endregion
\end{document}