Description
JabRef version 3.4 on Windows 10
When exporting to MS Office 2007 (.xml) names in curly braces should be treated as companies and exported as such.
In Section 2.3.3. of the manual of the biblatex package - which for me nowadays is the main reference of how to use bib files - it is given:
"Corporate authors and editors are given in the author or editor field, respectively. Note that they must be wrapped in an extra pair of curly braces to prevent data parsing from treating them as personal names which are to be dissected into their components."
MS Office also knows companies as authors and has the following syntax for it:
<b:Author>
<b:Author>
<b:Corporate>Basel Committee on Banking Supervision</b:Corporate>
</b:Author>
</b:Author>
So it would be perfect if Jabref recognizes author names in curly braces and exports them as corporates.
At the moment one gets the following result:
<b:Author>
<b:Author>
<b:NameList>
<b:Person>
<b:Last>Supervision</b:Last>
<b:Middle>Committee on Banking</b:Middle>
<b:First>Basel</b:First>
</b:Person>
</b:NameList>
</b:Author>
</b:Author>
This then results in MS Word in the same incorrect presentation you would see when inputting the name without curly braces in the bib file and using it in a normal (la)tex document (so for the examle you would have "Supervision, Committee on Banking" or "Supervision, C. o. B").
By the way, I want to thank you for the extremely fast resolving of my MS Office export problem last week (#1485) and it would be very nice if you can get this new problem solved as well. (In fact, if you can do it, then I would like to ask if you could include this in the same build as for the last week problem, so that I can test them both together.)