图题缩进问题

图题缩进问题

我的标题的最后几行figure缩进太多或居中。我使用的floatrow软件包通常不会与 LaTeX 冲突。可以修复这个问题吗?

我的序言如下:

\usepackage[font=small,format=plain,labelfont=bf,up,textfont=it,up,indention=.5cm,labelsep=period,justification=centerlast]{caption}
\usepackage{floatrow}
\floatsetup[table]{capposition=top}    
\usepackage{caption}
\DeclareCaptionFormat{myformat}{#1#2#3\hrulefill}
\captionsetup[figure]{format=myformat}

答案1

justification=centerlast从包中删除该选项caption

相关内容