Davide Cavallari wrote:

> I'm using bibtex for my references. From the web page
> 
> http://www.lyx.org/help/bibtex/bibtex.php3 
> 
> I read:
> 
> Bibliography for each Chapter
> 
> [...]
> 
> with the gather option you'll get a bib for each chapter at the end of the
> main-doc. without gather at the end of each chapter.
> 
> What this "gather  option" is? Infact I  get a bibliography at  the end of
> each chapter..


\usepackage[gather]{chapterbib} -> one bib for each chapter,
        collected at the end of the doc
\usepackage{chapterbib} -> at the end of the chapter the bib of the
        references in this chapter

Herbert


-- 
http://www.lyx.org/help/

Reply via email to