Search found 1 match

by EstebanCZ
Sun Jan 22, 2012 2:35 pm
Forum: BibTeX, biblatex and biber
Topic: chapterbib, fancyhdr | Package Clash
Replies: 1
Views: 2486

chapterbib, fancyhdr | Package Clash

Hi everybody! I am writing my Thesis with articles, and I have used \usepackage[section]{chapterbib} to create a bibliography in each chapter, listed as a section of the chapter:

(Main file)
\usepackage{fancyhdr}
\usepackage[section]{chapterbib}

\begin{document}
...
\include{1_Article1/A1 ...