참조 중인 동일한 슬라이드에 참조를 추가하고 싶습니다. 내 생각에 가장 좋은 위치는 프레젠테이션의 짧은 이름과 날짜 행 위일 것입니다. 어떻게 이를 달성할 수 있나요?
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}