I am using Springer LLNCS class. My problem is that my references section do not appear and my
\cite{goossens93}
looks like this "Goossens [?]".This is my simple document:
Code: Select all
\documentclass{llncs}
\title{First example}
\begin{document}
\maketitle
\begin{abstract}
Abstract Content
\end{abstract}
\section{Introduction}
At the beginning of time, Goossens\cite{goossens93} appeared!
\bibliographystyle{splncs03}
\bibliography{references}
\end{document}
Code: Select all
@book{goossens93,
author = "Michel Goossens and Frank Mittelbach and Alexander Samarin",
title = "The LaTeX Companion",
year = "1993",
publisher = "Addison-Wesley",
address = "Reading, Massachusetts"
}