I'm wtitting my PhD thesis in lyx and I figure out that using biblatex is the simplest way to have a bibliography per chapter. I follow all the intructions I found in the forum to have it working.
My lyx file works fine, however my bibliography in every chapter shows all the citations of all chapters.
The thesis is composed of a parent file "Thesis" and child files ( the chapters).
To enable biblatex, I added to the preamble in the main file "Thesis":
Code: Select all
\usepackage[style=numeric,backend=bibtex]{biblatex}
\addbibresource{/Thesis_book/TUDELFT/lib1.bib}
I also created a lyx note to add the bibliography.
at the end of every chapter (child files), I added an ERT
\printbibliography
.Is still missing any step to conclude?
Kind regards,
Bruno