I am trying to include multiple bibliographies in my document and I'm using the multibib package to do so. Everything appears to work when I write the commands with the right subscript (e.g. \bibliographystyleX, \nociteX{*}). The only command that does not work is \citeX{}. It gives me "citation undefined" as an error.
Here's what my code looks like
\usepackage[resetlabels,labeled]{multibib}
\newcites{bib1}{Bib1}
\newcites{bib2}{Bib2}
\bibliographystylebib1{achicago}
\bibliographystylebib2{achicago}
And then
\bibliographybib1{Bib1}
\nocitebib2{*}
\bibliographybib2{Bib2}
bibAandbibBor some such instead ofbib1andbib2? – moewe Feb 23 '23 at 21:53\newcitesin themultibibmanual specifies: The