style: 简化 LaTeX 文件中的注释格式
移除冗余的分隔线注释,使代码更简洁易读
This commit is contained in:
parent
2af26560b3
commit
97ee546bdf
@ -1,6 +1,4 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% 封面部分
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% 封面部分
|
||||
\begin{titlepage}
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
|
@ -106,31 +106,22 @@
|
||||
\begin{document}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% 封面部分
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% 封面部分
|
||||
\input{chapters/cover}
|
||||
|
||||
\renewcommand{\abstractname}{\scriptsize}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
%% 摘要和关键词部分
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\input{chapters/abstract}
|
||||
|
||||
\newpage
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% 目录部分
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% 目录部分
|
||||
\renewcommand{\contentsname}{\centerline{\zihao{-2}\textbf{目录}}}
|
||||
|
||||
\tableofcontents
|
||||
\newpage
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% 正文部分
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% 正文部分
|
||||
{
|
||||
\setlength{\baselineskip}{23pt}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user