2024-11-24 17:46:47 +08:00
|
|
|
%不需要区分奇偶页的请使用下面一行
|
|
|
|
\documentclass[a4paper,AutoFakeBold,oneside,12pt]{book}
|
|
|
|
%需要区分奇偶页的(即每一章第一页一定在奇数页上)请使用下面一行
|
|
|
|
%\documentclass[a4paper,AutoFakeBold,openright,12pt]{book}
|
|
|
|
\usepackage{BUPTBachelorThesis}
|
|
|
|
|
|
|
|
% 定义某些在论文中重复使用的字段
|
|
|
|
\def\thesistitle{一种本科毕业设计论文模板的设计与实现}
|
|
|
|
\def\thesisenglishtitle{Design and Implementation of a Bachelor Thesis Template}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
% 封面
|
|
|
|
\blankmatter
|
|
|
|
\includepdf[pages=-]{docs/cover.pdf}
|
|
|
|
|
|
|
|
% 诚信声明
|
|
|
|
\blankmatter
|
|
|
|
\includepdf[pages=-]{docs/statement.pdf}
|
|
|
|
|
|
|
|
% 摘要
|
|
|
|
\subfile{chapters/abstract}
|
|
|
|
|
|
|
|
% 目录
|
|
|
|
\fancypagestyle{plain}{\pagestyle{frontmatter}}
|
|
|
|
\frontmatter
|
|
|
|
\tableofcontents
|
|
|
|
|
|
|
|
% 正文
|
|
|
|
\newpage
|
|
|
|
\mainmatter
|
|
|
|
\fancypagestyle{plain}{\pagestyle{mainmatter}}
|
|
|
|
|
|
|
|
\subfile{chapters/chapter1}
|
|
|
|
|
2024-11-24 20:27:02 +08:00
|
|
|
\subfile{chapters/chapter2}
|
|
|
|
|
2024-11-24 17:46:47 +08:00
|
|
|
% 参考文献
|
|
|
|
\clearpage
|
|
|
|
\phantomsection\addcontentsline{toc}{chapter}{参考文献}
|
|
|
|
\bibliographystyle{BUPTBachelor}
|
|
|
|
\songti\zihao{5}{\bibliography{ref}}
|
|
|
|
|
|
|
|
% 致谢
|
|
|
|
\clearpage
|
|
|
|
\chapter*{致\qquad{}谢}
|
|
|
|
\phantomsection\addcontentsline{toc}{chapter}{致\qquad{}谢}
|
|
|
|
|
2024-11-24 20:27:02 +08:00
|
|
|
\normalsize
|
|
|
|
|
|
|
|
在本研究工作即将完成之际,我首先要表达我最深切的感激之情。感谢所有在这段学术旅程中给予我支持、指导和帮助的人。
|
|
|
|
|
|
|
|
首先,我要感谢我的导师,[导师姓名]教授。在论文的选题、研究设计、实验过程以及论文撰写的各个阶段,[导师姓名]教授都给予了我悉心的指导和无私的帮助。[导师姓名]教授严谨的学术态度、深邃的学术见解和对科研工作的热爱深深地影响了我,为我今后的学术道路奠定了坚实的基础。在此,我向[导师姓名]教授表示最诚挚的敬意和感谢。
|
|
|
|
|
|
|
|
我还要感谢[学院/系]的所有老师和同学。在学习和研究过程中,他们提供了宝贵的建议和帮助。特别是[同学/同事姓名],在实验设计和数据分析方面给予了我极大的帮助,使我的研究工作得以顺利进行。我们共同讨论问题、分享研究成果,这些经历将成为我宝贵的记忆。
|
|
|
|
|
|
|
|
感谢[实验室/研究组]的全体成员,他们在日常实验和研究中给予了我许多帮助和支持。我们共同度过了许多难忘的日夜,一起面对挑战,分享成功的喜悦。这段经历不仅让我在学术上有所收获,也让我学会了团队合作和相互支持的重要性。
|
|
|
|
|
|
|
|
我还要感谢我的家人,他们一直是我最坚强的后盾。在我遇到困难和挫折时,他们总是给予我鼓励和支持,让我有勇气继续前行。没有他们的理解和支持,我不可能完成这项研究工作。在此,我要向他们表达我最深切的爱意和感激。
|
|
|
|
|
|
|
|
最后,我要感谢所有参与和支持我研究工作的人员和机构。感谢[资助机构]为我的研究提供资金支持,感谢[合作单位]提供的实验资源和帮助。每一位给予我帮助和支持的人,我都铭记在心,感激不尽。
|
|
|
|
|
|
|
|
在未来的学术道路上,我将带着这份感激之情,继续努力,不断探索,以期取得更多的研究成果,回报所有关心和支持我的人。
|
2024-11-24 17:46:47 +08:00
|
|
|
|
|
|
|
% 附录
|
|
|
|
\setcounter{figure}{0}
|
|
|
|
\renewcommand{\thefigure}{~附-\arabic{figure}~}
|
|
|
|
\setcounter{equation}{0}
|
|
|
|
\renewcommand{\theequation}{~附-\arabic{equation}~}
|
|
|
|
\setcounter{table}{0}
|
|
|
|
\renewcommand{\thetable}{~附-\arabic{table}~}
|
|
|
|
\setcounter{lstlisting}{0}
|
|
|
|
\makeatletter
|
|
|
|
\renewcommand \thelstlisting
|
|
|
|
{附-\@arabic\c@lstlisting}
|
|
|
|
\makeatother
|
|
|
|
|
|
|
|
\chapter*{附\qquad{}录}
|
|
|
|
\phantomsection\addcontentsline{toc}{chapter}{附\qquad{}录}
|
|
|
|
|
|
|
|
\subfile{appendix/appendix1}
|
|
|
|
|
|
|
|
\end{document}
|