tjuthesis 图标题左对齐修改办法

图标题格式默认是居中的。

将 format 文件里定义图表标题样式部分的 centering 删去,可变为左对齐。

如下:

%% 定制浮动图形和表格标题样式
makeatletter
longdef@makecaption#1#2{%
vskipabovecaptionskip
sbox@tempboxa{centeringwuhaosong{#1qquad #2} }%
ifdim wd@tempboxa >hsize
centeringwuhaosong{#1qquad #2} par
else
global @minipagefalse
hb@xt@hsize{hfilox@tempboxahfil}%
fi
vskipelowcaptionskip}
makeatother

原文地址:https://www.cnblogs.com/shalijiang/p/4148430.html