-
-
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
Export to MS Office 2007 (.xml) - Author is Company #1497
Comments
Some notes after solving #1499. One should parse the whole author field using With the handling of |
I will take a look at this together with #1750
|
I just ran into this again today. Is this something that is/can be worked on? |
Hi I did not yet found time to look into that in detail, but I will look at this the next days |
The problem I've got is with export. When I store the corporate author in JabRef, it looks like this:
So I would think that with the two sets of curly braces, JabRef would recognize it as a corporate author. However, when I export it as xml, the xml looks like this:
Shouldn't it show the author as a corporate author? |
@mew1033 Yes, you are right. I will try to fix that. Author should be then exported in the coropate author field |
@Siedlerchr I went into word 2016 and edited the source and changed it to a corporate author. When I looked at the new XML, it looked like this:
That looks like the template Word is looking for. I don't know if this is related, but when I look at the source in JabRef, it doesn't show the author correctly in the "author/editor" column in the GUI. It shows "of Truth" as the author, as if JabRef is also processing the name wrong. |
Side issue: @mew1033 (or @mafanie and @exch-0930) Could you improve http://help.jabref.org/en/MsOfficeBibFieldMapping? It seems that our help is not covering how to use it. This is better documented in the LibreOffice case: http://help.jabref.org/en/OpenOfficeIntegration |
@mafanie @mew1033 @exch-0930 There is currently one limitation: It only works with a single corporate author in JabRef wrapped in curly braces, e.g. |
@Siedlerchr It looks like it works. Thanks! Looks like #2688 hasn't been merged yet, but from what I can tell, it works. |
* Export single corporate author to ms office xml #1497 * Add test files for corporate Authors export * Add changelog entry * Improved author handling in MS-Office Import/Export
This should be fixed in the latest development version. Could you please check the build from http://builds.jabref.org/master/. Thanks! |
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:
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:
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.)
The text was updated successfully, but these errors were encountered: