BibTeX, biblatex and biberBibliography does not appear

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
farnaz
Posts: 9
Joined: Tue Nov 08, 2011 7:00 am

Bibliography does not appear

Post by farnaz »

hi,

I have *.bib file and I add this command in my source before the end document.

Code: Select all

\bibliographystyle{IEEEtran}‎
‎\bibliography{DynamicReferences}‎‎
However the references are not shown. Moreover, citations is not work in PDF body. Whould any one help me?
Last edited by Stefan Kottwitz on Wed Jun 27, 2012 5:13 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Bibliography does not appear

Post by Stefan Kottwitz »

Hi,

you also need to run BibTeX. Run at the command prompt

Code: Select all

bibtex documentname
and then compile again with LaTeX. Or change the editor setting so that BibTeX is used, then the editor would call BiBTeX for you.

Stefan
LaTeX.org admin
Post Reply