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
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
Create new Bibliography
Library Properties → Save actions → Enable field formatters
Add Author → Normalize name of persons
Add entry
In BibTeX source, add author = {{Company Name, LLC}},. This is an institutional author and must be brace-protected to avoid interpretation as a name by most styles.
Save Library. Author is now author = {Company Name, LLC},. Expected behavior would be to leave the author alone; instead, the author is now parsed as a name and would be rendered as such.
JabRef version
5.9 (latest release)
Operating system
GNU / Linux
Details on version and operating system
No response
Checked with the latest development build
Steps to reproduce the behaviour
author = {{Company Name, LLC}},. This is an institutional author and must be brace-protected to avoid interpretation as a name by most styles.author = {Company Name, LLC},. Expected behavior would be to leave the author alone; instead, the author is now parsed as a name and would be rendered as such.Appendix
No response