My bibliography output for my presentation is shown in the picture attachment. For some reason, a page icon is showing instead of the numbers of the references next to the bibliography entries even though these numbers show up when cited throughout the presentation. Also, I would like the bibliography entries to show up on one line, not separate lines for author, title, and journal. Below is my code for Presentation.tex:
Code: Select all
\documentclass[9pt,xcolor=table]{beamer}
\usetheme{Darmstadt}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{graphics}
\usepackage{color}
\usepackage[table]{xcolor}
\definecolor{tableShade}{HTML}{F1F5FA} %iTunes
\definecolor{tableShade2}{HTML}{ECF3FE} %Finder
\title{TITLE}
\begin{document}
%%%PRESENTATION CONTENTS, including citations
\begin{frame}[allowframebreaks]
\frametitle{References}
\bibliographystyle{plain}
\bibliography{references}
\end{frame}
\end{document}
%% END CODE