我在几个帖子中搜索了这个主题,但没有成功。我的 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
更新:简化示例;更改图像;重新表述我的目标