1

Using article for document class the code is as following, but when I compile pdflatex, bibtex and again pdflatex twice the bibliography doesn't appear in the pdf file. I created a bib database called bibliography.

\maketitle

\begin{abstract}
A
\end{abstract}

\section{Introduction}

\paragraph{Outline}
A

\section{Previous work}\label{previous work}


\section{Results}\label{results}


\section{Conclusions}\label{conclusions}


\bibliographystyle{alpha} 
\bibliography{bibliography}

What should I check to find out what goes wrong?

Kal S.
  • 165
  • Do you have used \cite command inside body? –  Jun 02 '14 at 10:33
  • @HarishKumar I used now and it shows in the pdf file the reference that I cite. Thank you. But why does it shows in the pdf file only the references you cite? Can I make it showing all the reference I include in the bib database even if I don't cite them? – Kal S. Jun 02 '14 at 10:37
  • 5
    Use \nocite{*} if you want to show all of them. –  Jun 02 '14 at 10:38

0 Answers0