Comment référencer une thèse française ou un mémoire ?

Il faut définir de nouvelles références. Pour cela, copier le fichier .bst dans un autre fichier .bst avec un nom différent et rechercher PhD thesis puis remplacer par Thèse de doctorat. Exemple : FUNCTION {thesedoc} { output.bibitem format.authors "author" output.check new.block format.btitle "title" output.check new.block "Th\`ese de Doctorat" format.thesis.type output.nonnull school "school" output.check address output format.date "year" output.check new.block note output fin.entry } %%%% fin exemple %%%% Idem pour les mémoires de DEA : FUNCTION {memdea} { output.bibitem format.authors "author" output.check new.block format.title "title" output.check new.block "M\'emoire de D.E.A." format.thesis.type output.nonnull school "school" output.check address output format.date "year" output.check new.block note output fin.entry }