tjuthesis 图标题左对齐修改办法

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

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

如下:

%% 定制浮动图形和表格标题样式
\makeatletter
\long\def\@makecaption#1#2{%
\vskip\abovecaptionskip
\sbox\@tempboxa{\centering\wuhao\song{#1\qquad #2} }%
\ifdim \wd\@tempboxa >\hsize
\centering\wuhao\song{#1\qquad #2} \par
\else
\global \@minipagefalse
\hb@xt@\hsize{\hfil\box\@tempboxa\hfil}%
\fi
\vskip\belowcaptionskip}
\makeatother

posted @ 2014-12-06 16:42  悟净  阅读(362)  评论(0编辑  收藏  举报