BibTeX, biblatex and biber ⇒ bibtex under documentclass[conference]{IEEEtran}
bibtex under documentclass[conference]{IEEEtran}
I am having trouble to create the bibliography for a IEEE conference paper.
When I work under other document classes I have not trouble at all using
\bibliographystyle{...}
\bibliography{...}
but when I change to \documentclass[conference]{IEEEtran} I get compilations errors with the line \bibliography{...}:
"! LaTeX Errer: Something's wrong--perhaps a missing \item.
See...
xxx \end{thebibliography}"
I have read IEEEtrans_bst_howto but I have not found the origen of the problem.
Could anyone help me please??
Thanks a lot in advance.
Hugo
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
bibtex under documentclass[conference]{IEEEtran}
Code: Select all
\documentclass[conference]{IEEEtran}
\begin{document}
\cite{example}
\bibliographystyle{plain}
\bibliography{sample}
\end{document}
Re: bibtex under documentclass[conference]{IEEEtran}
When I try to compile your code, I get the error. I have created sample.bib and I have put sample.bib in several locations (the same folder as the .tex file, miktex 2.7\bibtex\bib, miktex 2.7\bibtex\bib\ieeetran) but I have always obtained the same error.
If I change \documentclass[conference]{IEEEtran} by \documentclass{article} everything works fine.
I do not understand what is happening here!
Re: bibtex under documentclass[conference]{IEEEtran}
Re: bibtex under documentclass[conference]{IEEEtran}
I just run (pdf)latex and it started working. Without adding \listfiles and without deleting anything. Before, I was running LaTeX instead of pdflatex. But it makes no sense that this could have solved the problem, isn't it? I am not aware of doing anything else!! Just executed WinEdt to follow the instructions and.. miracle!
Thanks a lot for your help. I hope it will work from now on!
cheers