I would like to use multiple .bib files for my article, such as file1.bib, file2.bib.
However, I would like my references not to be separated (such as "Primary sources", "Secondary sources", etc.). These bibliographies just need to be merged into one.
One way to do this is to copy-paste these .bib files into one .bib file, and this would solve the problem. However, I would like to keep it split into several .bib files, by topic (file1.bib contains articles on topic1, file2.bib contains articles on topic2, and so on).
I tried to do
\bibliographystyle{alpha}
\bibliography{file1}
\bibliography{file2}
but this just gives me the same bibliography twice!
bibtexwill report a Repeated Entry message and will skip the second one. – Guido Jun 26 '13 at 20:59bibtexwill report awhite space in argumentsand will ignore the bibtex files after the space. – Guido May 06 '14 at 11:39\bibitem{}) in a tex file at the same time? – Rob Jun 18 '15 at 15:17%and\\\at the end of each line, but it does not work. Any other trick I could try? I have as many BIB files as chapters in my documents... – Atcold Jun 22 '17 at 20:25%at the end of each line, but do not leave any space between the comma and%.file1,%. – Guido Jun 22 '17 at 22:37