I'm currently compiling a large article with footnote citations. Using the biblatex package and compiling in MacTeX, my document allegedly compiles without errors, but the footnotes do not compile correctly on the pdf, the output simply pasting the bib ids:
However, copying and pasting the same exact code and bib file into Overleaf, some of the footnotes now compile:
I'm wondering why half of these now compile in Overleaf, and why none of them compile correctly using MacTeX, even when I am told the transcript is written without errors? Thank you very much in advance for any insights in how to proceed to correctly compile these Author-Year footnote citations.


.bibentries) that shows what you are doing so far (a so-called MWE: https://tex.meta.stackexchange.com/q/228/35864 or MWEB: https://tex.meta.stackexchange.com/q/4407/35864). Please check that your MWE is usable by testing it in a new, empty project on Overleaf or in a new, empty folder on your machine before submitting it. – moewe Mar 25 '19 at 17:19\citealt*{}).. your suggestion to create a MWEB led to me debugging chunk by chunk, which was also helpful. Thanks again for sharing your LaTex knowledge! – Eliza Riley Apr 01 '19 at 13:40