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

Author format for multiple-word family names #1049

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 26, 2022

  1. Author format for multiple-word family names

    Line 891:
    Simple switch to change formatting authors as "{given name} {family name}" to "{family name}, {given name}". 
    This reduces ambiguity for multiple-word family names, such as van De Merwe or Gonzalez López. Standardising on this allows simple bibtex parsers to parse authors lists correctly without trying to catch all the exceptions. 
    
    I admit that I don't have a good understanding of how :family and :given are being generated but this works for all articles I have tested; I imagine journals encode family and given names separately within their more expressive metadata.
    mayebejames authored Nov 26, 2022
    Configuration menu
    Copy the full SHA
    568ab11 View commit details
    Browse the repository at this point in the history