BibTeX, biblatex and biberProblem with automatic Bibliography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
swagatopablo
Posts: 16
Joined: Sun Mar 25, 2012 10:57 am

Problem with automatic Bibliography

Post by swagatopablo »

I am using my own bibliographic database in a separate .bib file. Also, at the end of the document I am attaching the code

Code: Select all

\bibliographystyle{unsrt}
\bibliography{references}
Still, whenever I am compiling the document it gives an error like
Something is wrong. Perhaps a missing \item.\end{thebibliography}

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10347
Joined: Mon Mar 10, 2008 9:44 pm

Re: Problem with automatic Bibliography

Post by Stefan Kottwitz »

Hi,

you need to run BibTeX. Did you do it already?

Stefan
LaTeX.org admin
Post Reply