I am currently using
\usepackage{biblatex}
and I have two different .bib files:
First_bib_File.bib
Second_bib_File.bib
The following command does not work
\addbibresource{First_bib_File.bib , Second_bib_File.bib}
What alternative command should I use to simultaneously use the two .bib files?
\addbibresource{First_bib_File.bib}\addbibresource{Second_bib_File.bib}. – Ondrian Feb 21 '16 at 18:09\addbibresource{First_bib_File.bib}\addbibresource{Second_bib_File.bib}. I.e. call\addbibresourceseparately on each file. There really must be a duplicate for this. – moewe Feb 21 '16 at 18:10\bibliography, one can't use a comma-separated list to load multiple.bibfiles (\bibliography{bibfile1,bibfile2}). Instead, one must invoke\addbibresourcemultiple times." – moewe Feb 21 '16 at 18:12\addbibresourcefor each file? – moewe Feb 21 '16 at 18:28