General ⇒ error with, IEEEtran bibtex package
-
- Posts: 1
- Joined: Fri Jun 22, 2007 2:13 am
error with, IEEEtran bibtex package
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
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
- pumpkinegan
- Posts: 91
- Joined: Thu May 03, 2007 10:29 pm
Re: error with, IEEEtran bibtex package
Patrick.