我在我的图片标题中引用了来源,但脚注显示在图片列表中,而不是显示图片的页面底部。如果这很重要,我会使用 \autocite。
如果我使用 \caption[short caption]{} 添加简短的标题,图表列表中的引用就会从我的作品中完全消失。
有没有办法将脚注放在显示图表的页面底部?谢谢!
编辑:可能与该帖子相关:从表格列表中删除自动引用
但老实说,我不明白这个问题的解决方案。
编辑2:
请求的片段:
\newcommand{\indextype}{apa}
\newcommand{\position}{footnote}
\usepackage[backend=biber, autocite=\position, style=\indextype]{biblatex}
\settingBibFootnoteCite
\begin{figure}
\centering
\includegraphics[width=1\linewidth]{image.png}
\caption{some caption \autocite[S. 123]{source}}
\end{figure}
答案1
可选参数将\caption
进入“列表 ...”,而必需参数将进入浮点数。如果没有可选参数,则必需参数也将进入“列表 ...”。
\caption[list of entry]{float entry}
\caption{list of and float entry}