I have this strange error that states that "label occurs in the document and its bibliography", which doesn't sound incorrect to me?
It only occurs with two specific entries in my bibliography and I didn't have this error prior to upgrading to 0.9
I couldn't figure out what's different btwn the two citations that throw this error and all the others that don't
#ERROR: label occurs in the document and its bibliography
5 messages · Page 1 of 1 (latest)
do you have a <label> with the same name somewhere in your document (on a heading, for instance)?
if so, Typst wouldn't know what you mean if you reference @label.
The two error-throwing labels/citekeys are stoateEcologicalImpactsArable2001 and bataryRoleAgrienvironmentSchemes2015
I just went through each of the errors again and they're all @CITEKEY (i.e. never #cite() )
And they're not appearing in any headings or anything other than in the middle of regular text (ofc separated by spaces)