feat(致谢): 添加致谢章节并更新主题颜色

- 在报告中新增致谢章节,包含感谢语和意见征求
- 将主题颜色从whale更改为default以保持一致性
This commit is contained in:
carry 2025-05-25 22:31:43 +08:00
parent e3843a1853
commit 5fb6faa59a
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,7 @@
\begin{frame}
\frametitle{致谢}
\begin{center}
\LARGE{\textbf{感谢聆听!}}\\[0.5cm]
\large{欢迎各位老师提出宝贵意见}
\end{center}
\end{frame}

View File

@ -9,7 +9,7 @@
% 设置主题
\usetheme{Madrid}
\usecolortheme{whale}
\usecolortheme{default}
\setbeamertemplate{navigation symbols}{}
% 标题信息
@ -36,5 +36,6 @@
\input{chapters/design}
\input{chapters/results}
\input{chapters/conclusion}
\input{chapters/acknowledgements}
\end{document}