When importing BibTex, the first brace isn't removed from the title or the author names when the last character is accented.
Example :
The line :
title = {D{\'e}fis de la programmation ouverte dans l'insertion sociale et professionnelle de jeunes en difficult{\'e}},

...produces the title :
{Défis de la programmation ouverte dans l'insertion sociale et professionnelle de jeunes en difficulté

Has anybody also seen this ?

Comments

PascalAnimateur’s picture

... by replacing the enclosing {} with "" the problem doesn't manifest itself. Maybe this can help track the bug.