carry 3e520604ba refactor(paper): 将摘要内容从主文件移至单独章节文件
为了提升代码的可维护性和模块化,将中文和英文摘要从 `main.tex` 文件中提取出来,并放入单独的 `abstract.tex` 文件中。同时,添加了 `titlesec` 包以改进章节标题的格式化。
2025-04-25 12:47:09 +08:00

21 lines
1.0 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

% 中文摘要
\begin{onecolabstract}
\noindent{}{\zihao{4}\textbf{摘要\qquad}}{\songti \zihao{-4}中文摘要内容********
************************************************************
***************************************************************************
*************************************************************
********************************************************
*****************************************************************}\par
\vspace{1ex}
\noindent{}{\zihao{4}\textbf{关键词\qquad}}{\zihao{-4}\songti 关键词1关键词2}\par
\end{onecolabstract}
% 英文摘要
\begin{onecolabstract}
\noindent{}{\zihao{4} \textbf{ABSTRACT\qquad}}{\zihao{-4}abstract in English *************
*******************************************************************************************
*******************************************************************************************
*******************************************************************************************}\par
\end{onecolabstract}