\documentclass{styles/jouthesis} % 论文基本信息 \title{毕业设计(论文)中文题目{\zihao{-4}(二号楷体\_GB2312加粗居中)}} \entitle{English Title{\zihao{-4}(二号 Times New Roman 加粗居中)}} \author{扬帆起航} \studentid{2020000001} \major{机械工程学院{\zihao{-4}(楷体\_GB2312 四号,下同)}} \class{机械设计制造及其自动化 机械201} \supervisor{乘风破浪(职称)} \thesiscategory{理工农医类} \date{\the\year{}年\the\month{}月} \coverdate{年\hspace{2em}月} \begin{document} % 封面(包含原创性声明和版权授权书) \makecover % 中文摘要 \begin{cnabstract} 这里填写中文摘要内容。摘要应简明扼要地概括论文的主要内容、研究方法、主要结论等。字数一般在300字左右。 \cnkeywords{关键词1;关键词2;关键词3;关键词4} \end{cnabstract} % 英文摘要 \begin{enabstract} Write your English abstract here. The abstract should briefly summarize the main content, research methods, and key findings of your thesis. It should typically be around 200-300 words. \enkeywords{Keyword1; Keyword2; Keyword3; Keyword4} \end{enabstract} % 目录 \tableofcontents \clearpage % 符号说明(可选) \printsymbols % 图表清单(可选,如有较多图表时使用) % \listoffigures % \clearpage % \listoftables % \clearpage % 正文章节 \mainmatter \usebodypagestyle \include{contents/chapters/chapter1} \include{contents/chapters/chapter2} \include{contents/chapters/chapter3} % 添加更多章节... % 结论与展望 \chapter*{\centering 结论与展望} \addcontentsline{toc}{chapter}{结论与展望} 这里填写结论与展望的内容。 % 致谢 \chapter*{\centering 致\hspace{2em}谢} \addcontentsline{toc}{chapter}{致谢} \input{contents/acknowledgements} % 参考文献 \clearpage \phantomsection \addcontentsline{toc}{chapter}{参考文献} \renewcommand{\bibname}{\centering 参\hspace{0.5em}考\hspace{0.5em}文\hspace{0.5em}献} \nocite{*} % 使用国标参考文献格式 \bibliographystyle{gbt7714-numerical} \bibliography{references/refs} % 附录(可选) \appendix \include{contents/appendices/appendixA} \end{document}