-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Curly braces ignored in in-text citations #815
Comments
What do you mean by in-text citation? |
Please post a minimal working example including the |
Sorry, for not mentioning that this is from JabRef to LibreOffice Writer (version 5.0.5.2), so there is no .tex file. I can whip up a .bib file if that would be helpful, however. By "in-text citation," I mean the writing signifying that a work has been cited that appears in the body of a document. So if this were part of a journal article that I used JabRef (Team 2015) to help me create a bibliography for, the in-text citation would be "(Team 2015)". [Though ideally it should be "(JabRef Development Team 2015)".] |
I can just comment briefly: there is code to check for this case, namely a method isInstitution(). Not sure exactly where I saw it though... |
I can confirm this bug. Version LO: 5.0.2.2 (x64) on Window 7. |
Fixed JabRef#815: Curly braces in OO/LO citation no longer ignored - Code cleanup: Replaced ActionListener with Lamdbas
Fixed JabRef#815: Curly braces in OO/LO citation no longer ignored - Code cleanup: Replaced ActionListener with Lamdbas
Fixed JabRef#815: Curly braces in OO/LO citation no longer ignored - Improved the handling of curly braces in StringUtil method - Added new test cases - Code cleanup: Replaced ActionListener with Lamdbas
Fixed JabRef#815: Curly braces in OO/LO citation no longer ignored - Improved the handling of curly braces in StringUtil method - Added new test cases - Code cleanup: Replaced ActionListener with Lamdbas
Fixed JabRef#815: Curly braces in OO/LO citation no longer ignored - Improved the handling of curly braces in StringUtil method - Added new test cases - Code cleanup: Replaced ActionListener with Lamdbas
Fixed JabRef#815: Curly braces in OO/LO citation no longer ignored - Improved the handling of curly braces in StringUtil method - Added new test cases - Code cleanup: Replaced ActionListener with Lamdbas
Fixed JabRef#815: Curly braces in OO/LO citation no longer ignored - Improved the handling of curly braces in StringUtil method - Added new test cases - Code cleanup: Replaced ActionListener with Lamdbas
In the reference,
The curly braces in the Author field are ignored, causing, for example, its associated in-text citation to be presented as "(Team, 2015)", rather than, "(JabRef Development Team, 2015)". Curly braces should be honored in in-text citations.
The text was updated successfully, but these errors were encountered: