refactor(paper): 将系统设计信息从main.tex移至abstract.tex并重命名章节文件

将系统设计信息从main.tex移动到abstract.tex以保持内容的一致性,并将chapter1.tex重命名为introduction.tex以提高文件命名的清晰度。
This commit is contained in:
carry 2025-04-25 13:00:21 +08:00
parent 4d61a4cffd
commit aa2f75f67f
2 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,9 @@
\begin{center}
{\zihao{3}\textbf{*************系统设计}}\par
{\zihao{-4}\songti 计算机科学与技术 \quad 专业 \quad 计科211 \quad ************* \par
指导教师:****}
\end{center}
% 中文摘要
\begin{onecolabstract}
\noindent{}{\zihao{4}\textbf{摘要\qquad}}{\songti \zihao{-4}中文摘要内容********

View File

@ -153,12 +153,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 摘要和关键词部分
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{center}
{\zihao{3}\textbf{*************系统设计}}\par
{\zihao{-4}\songti 电子信息工程 \quad 专业 \quad 电信151班 \quad ************* \par
指导教师:****}
\end{center}
\input{chapters/abstract}
@ -180,7 +174,7 @@
% 引入各章节文件
\newpage
\input{chapters/chapter1}
\input{chapters/introduction}
\newpage
\input{chapters/conclusion}