JabRef version 4.3.1 and 5.0-dev on Windows 10.
When exporting a bibliography with a 'von' part, the 'von' part is omitted from the XML file.
Steps to reproduce the behavior:
- Add an entry with as author, for example, John von Neumann (preserve caps)
- Export to MS Office 2007 XML
- Observe that your entry has
<b:Last>Neumann</b:Last>, and "von" is nowhere to be found
I suspect this is due to the fact that the XML format does not offer a separate tag for the "von" part, and the model of the author in JabRef omits the "von" when returning a last name.
Bibtex file
@Article{Neumann1987,
author = {John von Neumann},
title = {ABC},
journal = {aaa},
year = {1987},
}
XML file fragment
<b:NameList>
<b:Person>
<b:Last>Neumann</b:Last>
<b:First>John</b:First>
</b:Person>
</b:NameList>
JabRef version 4.3.1 and 5.0-dev on Windows 10.
When exporting a bibliography with a 'von' part, the 'von' part is omitted from the XML file.
Steps to reproduce the behavior:
<b:Last>Neumann</b:Last>, and "von" is nowhere to be foundI suspect this is due to the fact that the XML format does not offer a separate tag for the "von" part, and the model of the author in JabRef omits the "von" when returning a last name.
Bibtex file
XML file fragment