参照されているスライドと同じスライドに参照を配置したいと思います。私の意見では、プレゼンテーションの短縮名と日付の行の上が最適な場所だと思います。どうすればこれを実現できますか?
Mwe:
\documentclass{beamer}
\usepackage{biblatex}
\addbibresource{biblatex-examples.bib}
\begin{document}
\begin{frame}
Here is text \footfullcite{westfahl:space}.
% this writes ref01 in footnote Here is text
\fullcite{westfahl:space}.
% this writes ref01 in place
\end{frame}
\end{document}