2022-05-15 23:32:13 +08:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
|
%% global settings
|
|
|
|
|
%% 全局格式设定
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
|
|
|
|
|
|
%% 添加首行缩进,两个字符
|
|
|
|
|
\setlength{\parindent}{2em}
|
|
|
|
|
|
|
|
|
|
%% 行距
|
|
|
|
|
\linespread{1.5}
|
|
|
|
|
|
|
|
|
|
%% 表格
|
|
|
|
|
\captionsetup[table]{belowskip=0pt,aboveskip=5pt}
|