-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Normalize to Bibtex name format #318
Comments
Yes, the Lastname, Firstname is THE BibTeX name format (if you should pick one). This is the only one that can handle Jr. and it also doesn't rely on "von" being spelled correctly (without capitals) for correct results. A (possibly) related problem: The first name abbreviation for author column (and probably elsewhere) doesn't work as expected. Not sure if this happens to J{"o}rg, but for sure H{\aa}kan is abbreviated to H{\aa}. instead of H. |
What about Andreas Jr. {von Lastname}? |
Assuming his name is Andreas von Lastname, Jr. the correct way would be "von Lastname, Jr., Andreas". Your entry results in: von Lastname, A. J. or A. J. von Lastname. "In BibTeX's world view, a name has four components:
http://nwalsh.com/tex/texhelp/bibtx-23.html says To summarize, you may type a name in one of three forms: |
There are more issues here:
becomes
but I would expect
becomes
while I would expect
So, some observations/guesses:
|
It is worth noting that the function producing the author string for the table column works better. |
See #319 (comment) - maybe test cases for |
I think we should use BibtexNameFormatter, since that method is quite likely to get it correct. :-) |
Rightclick formatter in authors field goes wrong.
Minimal example:
turns out to be
but should be
NameListNormalizer
should be transformed to a Formatter on that occasion.On another note: is this really THE BibTex name format? This should help with multiple firstnames?!
The text was updated successfully, but these errors were encountered: