Dear all,
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?
BibTeX, biblatex and biber ⇒ warning: citation undefined
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
warning: citation undefined
Perhaps you have to run bibtex (or biber) again on the document, and then compile the .tex again.
Stefan
Stefan
LaTeX.org admin
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
This issue has not been resolved, can somebody help me please? Thanks in advance!
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
warning: citation undefined
Are there any errors or warnings reported from Overleaf?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.