0

I can't print Bibliography no matter how I try. Currently I use this code :

\bibliography{biblio} 
\addbibresource{biblio.bib}  

\begin{document}

        \input{conclusion}
        \clearpage

              %\bibliography{biblio.bib}
                \printbibliography

                \addcontentsline{toc}{chapter}{Bibliographie}
                \clearpage
        \input{annexes}
        \clearpage

    \backmatter
        \input{./tpl/resume}

\end{document}
Styx
  • 9,863
  • 8
  • 43
  • 53
Mouna
  • 11
  • 1
  • 7
  • This is better asked on the [TeX SE](https://tex.stackexchange.com/). See if [this question](https://tex.stackexchange.com/questions/13509/biblatex-in-a-nutshell-for-beginners) helps. – NickD Oct 02 '17 at 14:10
  • 1
    Without knowing the options loaded with your example code (either as part of `\documentclass` or other packages), it's impossible to answer your question. – Werner Oct 02 '17 at 16:48

0 Answers0