Search found 1 match

by JanVanMieghem
Thu May 29, 2014 8:09 pm
Forum: BibTeX, biblatex and biber
Topic: chapterbib and \subfile (versus \include)
Replies: 1
Views: 4449

chapterbib and \subfile (versus \include)

Chapterbib works with \include, but when I switch to \subfile each chapter shows the full book bibliography. I noticed that compiling a *.tex containing \subfile{Chapter1} does not generate Chapter1.aux which I believe is needed for chapterbib. (Using \include{Chapter1} does generate Chapter1.aux ...