Files
ouc-report-latex-template/cls/global.cls
T

13 lines
277 B
OpenEdge ABL
Raw Normal View History

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