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
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
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