I am preparing a simple presentation and would like to select some of the references in my bibtex file. I tried to do it as I do in a .tex file but it gave me '?'.
I am using the package bib at the beginning as
\usepackage{natbib}
I am doing the citations at the body of my slides such as \citep{xxx}
Then at the end, I add the commands
\begin{frame}{References}
\bibliography{mybib}
\bibliographystyle{agsm}
\end{frame}
Do you have any idea why it does not work?
.blgfile)? Are there any errors or warnings on the LaTeX run (apart from the ones mentioning missing citations and an empty bibliography on the first run)? – moewe Mar 12 '19 at 21:59pdflatex,bibtex,pdflatex,pdflatex? – Mensch Mar 12 '19 at 22:00