I am a beginner in LaTeX.
I am using the classicthesis Template, I have everything working great but when I update my Zotero references .bib file only half of the references are linking up in TeXstudio, most are displaying the "citation missing" error.
I have defiantly checked the citation names are correct.
To do this I open the .bib file in TeXstudio then copy the name of the reference I want to cite from the .bib file, they are marked:
Code: Select all
@article{example,
title = {asdf},
journal = {asdf},
author = {asdf},
year = {2005}
}
\citep{example}
. But half of the citations that I put into my thesis using this method do not appear? I assume it has something to do with the auxiliary files somehow disabling my updates to my .bib file. How do I clear/delete my auxilliary files correctly and simply to ensure that all my newly updated references an the new .bib citation names are correctly linked when I cite them in my thesis?
Thanks a tonne in advance.