For my thesis I'm working with the polyglossia package and now I need to include my bibliography. I'd like to work with multibib, to seperate primary and secondary sources but I can't seem to make it work ; it doesn't include any bibliography. When I don't use multibib and just one of the 3 .bib files, it includes it without any problem. What do I do wrong?
Here my code:
\documentclass[10pt,a4paper,final]{book}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{slantsc}
\usepackage{lipsum}
\usepackage{natbib}
\usepackage[hidelinks]{hyperref}
\usepackage{fontspec}
\setmainfont{Times New Roman}
\usepackage{polyglossia}
\setmainlanguage{french}
\setotherlanguages{english,german,latin,italian,spanish,russian,greek}
\newcommand{\BibTeX}{{\scshape Bib}\kern-.08em\TeX}
\usepackage{multibib}
\newcites{dicosroum,docsroum,roumain}
{
{ Sources lexicographiques},
{ Sources lexicologiques},
{ Études}
}
\begin{document}
\lipsum[1]
\subsection{Bibliographie}
\nocitedicosroum{*}
\bibliographystyledicosroum{plain}
\bibliographydicosroum{roumain}
\nocitedocsroum{*}
\bibliographystyledocsroum{plain}
\bibliographydocsroum{docsroum}
\nociteroumain{*}
\bibliographystyleroumain{plain}
\bibliographyroumain{roumain}
\end{document}
And here an exemple of my bibliography:
@inbook{Asan,
author = {Asan, Finuţa},
title = {Derivarea cu sufixe şi prefixe în Psaltirea Hurmuzaki},
booktitle = {SMFC},
year = {1959},
bookauthor = {Academia RPR, Institutul de lingvistica din Bucuresti},
editor = {Editura Academiei},
location = {Bucarest},
volume = {1},
volumes = {6},
pages = {203-212}
}
@book{Graur-Agent,
author = {Graur, Alexandru},
title = {Nom d'agent et adjectif en roumain},
year = {1929},
publisher = {Champion},
location = {Paris},
}
@mvbook{GLR,
author = {Meyer-Lübke, Wilhelm},
title = {Grammaire des Langues Romanes},
year = {1890-1906},
volumes = {4},
publisher = {Fues},
location = {Leipzig},
}
bibtexon theauxfiles? – Sigur Aug 29 '15 at 15:37No @istfilename found in 'test2016.aux'. Did your LaTeX run fail? Did your LaTeX run produce any output? Did you remember to use \makeglossaries?
Processus terminé avec une ou plusieurs erreurs". I don't compile with LaTeX, but with XeLaTeX.
– Bianca Mertens Aug 30 '15 at 06:31bibtex). I think that it is F11 or F12. You can find it at the Commands menu. – Sigur Aug 30 '15 at 06:58