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

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
Stefan Kottwitz
Site Admin
Posts: 10359
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