Skip to content

Commit

Permalink
Update Figure Caption Format
Browse files Browse the repository at this point in the history
根据书写印制规范:
”每幅插图应有图标题和图序号。图序号按章编排,如第1章第4幅插图序号为“图1.4”。图序号之后空一格写图标题,图序号和图标题居中置于图下方,用小4号宋体。引用图应在图标题右上角标注引文序号。图中若有分图,分图号用(a)、(b)等置于分图下、图标题之上。“
  • Loading branch information
herbhuang authored Apr 16, 2020
1 parent 5527ca4 commit bd58c43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WHUBachelor.cls
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@

%%% ---- 图表标题设置 ----- %%%
\RequirePackage[labelsep=quad]{caption} % 序号之后空一格写标题
% 设置表格标题字体为黑体, 设置图片标题字体为黑体
% 设置表格标题字体为黑体, 设置图片标题字体为宋体 //将图标题从黑体改为宋体
\captionsetup[table]{textfont=bf}
\captionsetup[figure]{textfont=bf}
\renewcommand\figurename{\bf\zihao{-4} 图}
\captionsetup[figure]{textfont=}
\renewcommand\figurename{\songti\zihao{-4} 图}
\renewcommand\tablename{\bf\zihao{-4} 表}

% 使用tabularx创建占满宽度的表格
Expand Down

0 comments on commit bd58c43

Please sign in to comment.