Description
Version 3.8.2, confirmed in JabRef 4.0.0-dev--snapshot--2017-03-16--master--4323923a8, Windows 7 6.1 amd64 and Java 1.8.0_92.
The below BibLaTeX file illustrates the following problems in JabRef's display of the author entry column:
-
The single name "Rodriguez Fernandez, José María" in Item:1 is turned into two authors F. Rodriguez and J. María. This does not happen in the alternative format in Item:2, nor in combination with another author in either format (Item:3 and Item:4).
-
In the format "Waard, Gerard de" the prefix "de" is abbreviated as "d." and comes at the end of the name as displayed in the author column, but in the alternative equivalent format "Gerard de Waard" it is not abbreviated and appears at the beginning (but is correctly ignored in sorting). I think the latter display form is preferable, but in any case it reads easier if the prefix is not abbreviated.
-
Besides the prefix "de" also the first of a double surname seems to be ignored in sorting the author column for certain (but not all) input formats: Item:2 and Item:3 are apparently sorted in under F, but item:4 correctly under R.
Sample BibLaTeX file:
% Encoding: UTF-8
@Article{Item:1,
author = {Rodriguez Fernandez, José María},
title = {L'arc du ciel},
date = {2016},
}
@Article{Item:2,
author = {José María {Rodriguez Fernandez}},
title = {L'arc du ciel},
date = {2016},
}
@Article{Item:3,
author = {José María {Rodriguez Fernandez} and Millás Vallicrosa, José María},
title = {L'arc du ciel},
date = {2016},
}
@Article{Item:4,
author = {Rodriguez Fernandez, José María and Millás Vallicrosa, José María},
title = {L'arc du ciel},
date = {2016},
}
@Article{Item:5,
author = {Waard, Gerard de},
title = {Jabref's Issues},
date = {2017},
}
@Article{Item:6,
author = {Gerard de Waard},
title = {Jabref's Issues},
date = {2017},
}
@Article{Item:7,
author = {José Martinez},
title = {Jabref's Issues},
date = {2017},
}
@Comment{jabref-meta: databaseType:biblatex;}