I want to include two bib lists in a document.
The simplest way to do that, I thought, would be to use:
some text
\bibliography{file1}
some text
\bibliography{file2}
but this doesn't work and gives an error (too many bibdata).
I also do not want to have the "References" title in the beginning of each list. I am using abbrv style.
Any ideas how to fix that?
I think what I could do is compile each list separately into a .bbl file, and then include the .bbl file as part of the .tex file. But I would like to avoid doing that, because it would require a more complex compilation process.
\bibnameor\refname(as appropriate for the document class) would allow you to tailor the header text. – barbara beeton Jan 23 at 23:04