Search found 1 match

by GregNash
Sun Jan 23, 2011 12:10 am
Forum: BibTeX, biblatex and biber
Topic: natbib and subfiles packages
Replies: 5
Views: 13491

natbib and subfiles packages

Packages cannot be declared in subfiles. My current solution is to add

%\bibliographystyle{plain}
%\bibliography{../References}

at the end of each subfile and to uncomment them when I'm compiling the individual subfiles.

Note that I use "../References" instead of "References" because my ...