BibTeX, biblatex and biberIEEEtran | References Issue with JabRef

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
tanveer1
Posts: 2
Joined: Fri Dec 14, 2012 1:29 pm

IEEEtran | References Issue with JabRef

Post by tanveer1 »

Dear All,

In TeXnicCenter I am trying to run this code (find below or attached file), it compiles well and give output but in reference it give [?], would you please help me to sort this out.

Code: Select all

\documentclass[conference]{IEEEtran}
\usepackage{cite}

\begin{document}
\title {Simulators for Cloud Computing}
\author {{T Ahmad, R Hill,}   \IEEEauthorblockA {BCL\\}}
\maketitle
\begin{abstract}
This is a sample document which shows the most important features of the Standard
\LaTeX\ Journal Article class.
\end{abstract}
\section{Introduction}
self-management properties of autonomic computing are applied it becomes the concept of Autonomic Cloud Computing . The autonomic system self-management properties are,(i) self-management, (ii) self-healing, (iii) self-optimization and (iv) self-protection. So an Autonomic Cloud Computing is a Cloud with autonomy to take important decisions about resource management.
\section{The Most Important Features}
The behaviour of autonomic system vary from system to system and every autonomic system should be able to exhibit a minimum set of properties to achieve its purpose, i.e. (i) automatic (able to control its internal functions and operations \cite{QuangHieuVu2012} without any.

\bibliographystyle{IEEEtran}
\bibliography{annotatedbibliography}

\appendix
\section{The First Appendix}
The appendix fragment is used only once. Subsequent appendices can be created
using the Section Section/Body Tag.
\end{document}
Please note that I am using JabRef to generate the BibTeX database, and I copied and pasted JabRef into that folder where I have files of TeXnicCenter. You can also find code in attached file.


Yours sincerely
T A
Attachments
IEEEtran-references.tex
(1.26 KiB) Downloaded 535 times

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Re: IEEEtran | References Issue with JabRef

Post by cgnieder »

Hi tanveer1,

Your example works for me (if I change the citation as I don't have your bib file). Did you run BiBTeX on your file?

Regards
site moderator & package author
Post Reply