\documentclass[format=draft,language=chinese,category=academic-report]{hustreport} %封面 \input{text/00_cover.tex} \begin{document} \raggedbottom \frontmatter \maketitle %\makeabstract \tableofcontents %\listoffigures %\listoftables \mainmatter % 正文 % 绪论 \input{text/01_introduction.tex} % 相关工作 \input{text/02_related_work.tex} % 研究方法 \input{text/03_method.tex} % 可行性分析和预期成果 \input{text/04_prev.tex} % 研究计划 \input{text/05_plan.tex} % 总结 \input{text/06_conclusion.tex} \bibliography{position} %\begin{thebibliography}{1} % \bibitem{shen2000nanophotonics} % Y.~Shen, C.~S.~Friend, Y.~Jiang, et~al, ``Nanophotonics: interactions, materials, andapplications,'' \emph{ACS Publications}, vol.~104, no.~32, pp.~7577--7587, 2000. %\end{thebibliography} \backmatter \appendix %\begin{publications} % \item 论文1 % \item 论文2 %\end{publications} %\chapter{这是一个附录}\label{appendix:1} %附录正文。 \end{document} \endinput %% %% End of file `hustreport-zh-example.tex'.