BibTeX, biblatex and biber ⇒ add the bibliography
add the bibliography
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
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: add the bibliography
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: add the bibliography
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
add the bibliography
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: add the bibliography
Just done it. And yes, I found the prob!.
Thanx a bunch.
Kahlan