我想将参考资料放在被引用的同一张幻灯片上。我认为最好的位置是演示文稿的简称和日期行上方。我该如何实现这一点?
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}