I've got a problem!
I am writing a document, and I use two different BIB files, so that it makes my life easier.
And to make the life of the reader easier, I would like to keep TWO bibliographies at the end of my document.
Here is my code:
Code: Select all
\usepackage[backend=biber,giveunits=true,style=alphabetic,url=false,doi=false,isbn=true,eprint=false]{biblatex}
\addbibressource{intro.bib}
\addbibressource{etudebiblio.bib}
Code: Select all
\nocite{*}
\printbibliography
\addcontentsline{toc}{chapter}{Bibliographie}
Code: Select all
\printbibliography{intro}
\printbibliography{etudebiblio}
Please note I do not want to have a bibliography for each chapter.
I only want them at the end of the document, but splitted as it is splitted in several .BIB files.
Do you have an idea?
NOTE: there could be some small mistakes in the code because I haven't copy/past the code but copied it by hand.
Thanks,
Me