I'm new to LaTeX, and I'm having some issued with \cite.
When I use \cite, the only thing that appears in the text is a number in squared-brackets with a link to the bibliography page. E.g: \cite{Reference1} --> [1]
Why isn't it printing out the author's name(s)?
\usepackage[square, numbers, comma, sort&compress]{natbib}
\label{Bibliography}
\lhead{\emph{Bibliography}}
\bibliographystyle{apalike}
\bibliography{Bibliography}
Do I need to compile something else? Or am I missing some file?
\cite: perhaps read thenatbibdocumentation. – Joseph Wright♦ Apr 5 '12 at 21:00authoryearoption instead ofnumbers– egreg Apr 5 '12 at 21:06