BibTeX, biblatex and biber ⇒ warning: citation undefined
warning: citation undefined
My citations are not recognized anymore when I compile my .tex file. My bibliography file is called encapsulation.bib and I'm referring to my bibliography using:
\bibliography{encapsulation}
In the main text I cite using (for example for a reference called "li") :
\cite{li}
What could be going wrong?
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
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
warning: citation undefined
Stefan
warning: citation undefined
What do you mean by 'run bibtex again'? I'm compiling my .tex file in Overleaf, with the corresponding .bib file in the same folder.Stefan Kottwitz wrote:Perhaps you have to run bibtex (or biber) again on the document, and then compile the .tex again.
Stefan
warning: citation undefined
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm