增加这个代码片段,来重新设置Table caption的风格
% Disable \MakeUppercase for table captions
\captionsetup[table]{
labelsep=newline,
textfont=sc,
justification=centering,
font=footnotesize,
singlelinecheck=true,
skip=5pt
}
增加这个代码片段,来重新设置Table caption的风格
% Disable \MakeUppercase for table captions
\captionsetup[table]{
labelsep=newline,
textfont=sc,
justification=centering,
font=footnotesize,
singlelinecheck=true,
skip=5pt
}