Search found 2 matches

by legallytired
Fri Jul 31, 2015 4:32 am
Forum: BibTeX, biblatex and biber
Topic: natbib - multiple bibliographies
Replies: 2
Views: 10438

Re: natbib - multiple bibliographies

Of course I run in a solution right after I post this.
Adding \usepackage{chapterbib} and running bibtex on each included .aux files seems to do the trick but it is a bit cumbersome.
This seems to work on my MWE but not on my actual file.
Some errors in the bib file might be the culprit I suppose.
by legallytired
Fri Jul 31, 2015 4:23 am
Forum: BibTeX, biblatex and biber
Topic: natbib - multiple bibliographies
Replies: 2
Views: 10438

natbib - multiple bibliographies

Hello,

I'm working on a document that requires a few independent bibliographies. Some of the entries can be found in more than one bibliography. I'm using a documentclass based on memoir and using the natbib package and I'm compiling with xelatex (xelatex-bibtex-xelatex-xelatex).

I work in ...