我想將參考文獻放在正在引用的同一張投影片上。我認為最好的位置是簡報的簡稱和日期行的上方。我怎樣才能實現這個目標?
姆韋:
\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}