位于中心图形上的标题不起作用

位于中心图形上的标题不起作用

我在几个帖子中搜索了这个主题,但没有成功。我的 MWE

\documentclass[a4paper,11pt,naustrian]{article}
\usepackage[margin=2.5cm, showframe]{geometry} % for margins on a A4paper
\usepackage[Export]{adjustbox} 
\usepackage{caption} % config is done for table and image separately
\captionsetup[figure]{labelformat=unnumbered, name=Quelle, font=small, singlelinecheck=false}
\begin{document}
Mit einer Grafik

\begin{figure}[!htbp]
\centering
    \rule{5cm}{5cm}
    \caption{ Grafik3 }
\end{figure}
\end{document}

在此处输入图片描述

我希望标题不位于图像下方的中心,而是从图像的左侧开始。

据我所知,singlelinecheck=false应该将标题居中左对齐。但不知何故,这不起作用。

经过一番讨论后,我不太确定这是否可能。

使用luatex 1.13.2, 标题2020/09/21

更新:简化示例;更改图像;重新表述我的目标

相关内容