https://tex.stackexchange.com/questions/356146/place-cited-references-into-the-footline-of-slide/356169#356169
を参考にして実現しようとしたのですが、うまくコンパイルできませんでした。以下にプリアンブルの一部(参考文献関連)とドキュメントの末尾を示します。どなたかご回答をよろしくお願いします。
\documentclass[dvipdfmx,12pt]{beamer}
\bibliographystyle{junsrt}
\usepackage{siunitx}
\begin{document}
....
\begin{frame}{参考文献}
\beamertemplatetextbibitems
\bibliography{library}
\end{frame}
\end{document}