I make a bibliography divided in two parts using multibib with this code
Code: Select all
\documentclass[a4paper,12pt]{scrreprt}
...
\usepackage{multibib}
...
\newcites{doc}{Documentation citees}
...
\begin{document}
...
\bibliographystyledoc{plain-fr}
\bibliographydoc{biblio}
\renewcommand\refname{%
R\'{e}f\'{e}rences g\'{e}n\'{e}rales}
\bibliographystyle{plain-fr}
\bibliography{biblio}
\end{document}
Thank you for your help.