I'm citing a source in my figure caption but the footnote is shown in the list of figures instead of the bottom of the page where the figure is shown. I'm using \autocite if that matters.
If I add a short caption with \caption[short caption]{} the citation in my list of figures disappears completely from my work.
Is there a way to get my footnote on the bottom of the page where my figure is shown? Thanks!
EDIT: Probably related to that post: Remove autocite citation from list of tables
But I honestly do not understand the solution to the problem..
EDIT2:
the requested snippet:
\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}
\footnotemarkand\footnotetext, but you may have to move\footnotetextto another page. See https://tex.stackexchange.com/questions/479128/footnote-cross-reference-inside-image-caption/479143?r=SearchResults&s=2|15.6055#479143 – John Kormylo Apr 17 '22 at 17:16