Search found 1 match

by crowding
Wed Apr 20, 2011 3:55 am
Forum: BibTeX, biblatex and biber
Topic: natbib and subfiles packages
Replies: 5
Views: 13495

natbib and subfiles packages

Here via google, just worked out the answer to this one. Define something like \biblio to produce a bibliography in the individual files, but undefine it in the body of your main file.

In your main file:

\documentclass[...]{...}
\usepackage{natbib}
\usepackage{subfiles}
...
\def\biblio ...