Generalerror with, IEEEtran bibtex package

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
aashish_1977
Posts: 1
Joined: Fri Jun 22, 2007 2:13 am

error with, IEEEtran bibtex package

Post by aashish_1977 »

Hi,
I'm fairly new to latex.
I'm writing a paper at present for IEEE journal using, IEEEtran Latex class and IEEEtran BIBTex style file.
Though i have made a .bib file of my own similar to the IEEEexample.bib file, (with the same name as that of my .tex file ) and saved it in the same folder. At the end of my .tex file i have also included these two commands
\bibliographystyle{IEEEtran}
\bibliography{IEEEabrv,paper}
\end{document}

I'm using WinEdt, by the way. So, when i run the Texify, The error that i'm getting is "something's wrong--perhaps a missing \item". Which is because i haven't included the {thebibliography} enviornment in my .tex file, as i'm using IEEEtran BiBtex style file , so i don't need this enviornment.
How do i get rid of this error, any suggestions would be appreciated.

regards
AS

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
pumpkinegan
Posts: 91
Joined: Thu May 03, 2007 10:29 pm

Re: error with, IEEEtran bibtex package

Post by pumpkinegan »

Most likely there is a problem in your .bib file (for example, syntax or symbol). Do you get a complete .bbl file after running texify.exe? The bibliography environment is in the .bbl file, and I think that there is probably a problem in it which has been caused by an incorrect entry in the .bib file.

Patrick.
Post Reply