BibTeX, biblatex and biberadd the bibliography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
anglea
Posts: 2
Joined: Fri May 29, 2009 4:10 pm

add the bibliography

Post by anglea »

Hi all

I have used the following lines to include the bibliography
\renewcommand{\bibname}{References}
\bibliographystyle{unsrtnat}

and before the end of the documents

\bibliography{Refreport}
I runned by "Latex, bibtex, latex, latex and my .bib file is in the
same place asmy .tex file, what is could go wrong, even I tried deleting or moving any file called
myfile.*, apart from .tex and .bib, and then re-compiling.....
I've got this error message,

./report.bbl:3: Empty `thebibliography' environment on input line 3.

also I tried the following
\usepackage{cite}
\bibliography{report}
\bibliographystyle{plain}

but still got the same error message

looking to hearing from you
any help guyes

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: add the bibliography

Post by localghost »

I wonder why you delete all the auxiliary files. They are not unimportant and you should keep them.


Best regards and welcome to the board
Thorsten
anglea
Posts: 2
Joined: Fri May 29, 2009 4:10 pm

Re: add the bibliography

Post by anglea »

just to try of making them again as we compile for the first time, should not make any problem as it easy to construct them again, any other idea, please??
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

add the bibliography

Post by localghost »

All I wanted to say is that you must not delete the auxiliary files to get your bibliography right. If you can't manage to get it working, build a minimal working example (MWE) and attach all files packed into an archive to your next post.
kahlan
Posts: 3
Joined: Tue Apr 13, 2010 5:18 pm

Re: add the bibliography

Post by kahlan »

Best advice ever, localghost!

Just done it. And yes, I found the prob!.

Thanx a bunch.

Kahlan
Post Reply