Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi part author names wrongly translated into bibtex #197

Open
bwakkie opened this issue Oct 12, 2022 · 0 comments
Open

Multi part author names wrongly translated into bibtex #197

bwakkie opened this issue Oct 12, 2022 · 0 comments

Comments

@bwakkie
Copy link

bwakkie commented Oct 12, 2022

The following multi part Author/Editor names ...
"van der Goot, K. & Van der Groot, P."
...are wrongly translated into bibtex by anystyle into:
author = {Goot, K. and Groot, P.}

The Bibtex output should be:
author = {{van der Goot}, K. and {Van der Groot}, P.}

For ordering:
In the example above are Dutch and Belgium names. The Dutch name should alphabetically be ordered at the 'S' and the Belgium one at the 'V'. So at the first Capital in the surname.

other variants:
van ...
van de ...
de ...
von ...

sources:
multipart-names
author-field

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant