Possible Duplicate:
Question mark instead of citation number
how to replace [?] with the actual numerical citation. I'm trying to create a bilbiography in Winshell from a database (.bib file). Within the bib file, I click on pdflatex, then bibtek, then pdflatex twice, and then pdf. My pdf shows [?] for numerical citations and no complete bibliography. Please help!
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\begin{document}
\input{./title.tex}
\section{Introduction} \label{sec:intro} \subsection \subsubsection Text with \cite{hatcher2008}
\subsection
\bibliographystyle{plain}
\bibliography{bibfile}
\end{document}
– Keith Oct 22 '12 at 09:12:-)– Martin Schröder Oct 22 '12 at 09:17