You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JabRef 5.5--2022-01-17--27a05c7 Windows 10 10.0 amd64 Java 16.0.2 JavaFX 17.0.1+1
Checked with the latest development build
I made a backup of my libraries before testing the latest development version.
I have tested the latest development version and the problem persists
Steps to reproduce the behaviour
Set the default pattern of the Citation key pattern to [auth][year]
Add an article with a first author who's surname starts with a lower case letter (e.g. https://arxiv.org/abs/2103.10697) or edit an existing article so that the first letter of the first author's surname is lower case.
Hit 'Generate citation key' -> 'Overwrite keys'
The resulting Citation key is missing the [auth] field and is just displaying the year.
Appendix
No response
The text was updated successfully, but these errors were encountered:
I dug a bit into it. JabRef parses the first author Stéphane d'Ascoli into firstname + vonPart . So far so correct.
The [auth] patterns only returns the last name, it does not consider the von-Part. That is only considered when using [authFirstFull].
In contrast, an author like Michiel van den Brekel is generated correctly. Breken is identified as lastname.
However, with [authFirstFull] you would get vandenBrekel2021
A possible solution would be to return the vonPart (if any) in case the lastname is empty.
JabRef version
5.5 (latest release)
Operating system
Windows
Details on version and operating system
JabRef 5.5--2022-01-17--27a05c7 Windows 10 10.0 amd64 Java 16.0.2 JavaFX 17.0.1+1
Checked with the latest development build
Steps to reproduce the behaviour
[auth][year]
The resulting Citation key is missing the
[auth]
field and is just displaying the year.Appendix
No response
The text was updated successfully, but these errors were encountered: