Somehow I can't get through this problem.
I have made a beamer presentation. At the very end of it I would like to present the .bib file that I have created. Though I get no errors, I also can not get any content of this file to appear.
Here is the code of the last frame:
\frame{
\frametitle{Literaturverzeichnis}
\nocite{*}
\bibliographystyle{amsalpha}
\bibliography{bibliographie}
}
Thanks a lot for your help.
bibtexon the file? See Question mark instead of citation number – Andrew Swann Jun 15 '14 at 11:31