JabRef 5.3--2021-06-17--38d7a30
Linux 5.3.18-lp152.78-default amd64
Java 16.0.1
JavaFX 16+8
MS Word 2016
Patents are not properly exported to MS Office 2007 XML when using Word 2016. Following little changes should be made:
exported as:
<b:Source> ... <b:Author> <b:Author> <b:NameList> ... </b:NameList> </b:Author> </b:Author> </b:Source>
It should be changed to:
<b:Source> ... <b:Author> <b:Inventor> <b:NameList> ... </b:NameList> </b:Inventor> </b:Author> </b:Source>
There are two files attached for a better view of the format.
test_patents_shouldbe.txt
test_patents_asis.txt
JabRef 5.3--2021-06-17--38d7a30
Linux 5.3.18-lp152.78-default amd64
Java 16.0.1
JavaFX 16+8
MS Word 2016
Patents are not properly exported to MS Office 2007 XML when using Word 2016. Following little changes should be made:
exported as:
<b:Source> ... <b:Author> <b:Author> <b:NameList> ... </b:NameList> </b:Author> </b:Author> </b:Source>It should be changed to:
<b:Source> ... <b:Author> <b:Inventor> <b:NameList> ... </b:NameList> </b:Inventor> </b:Author> </b:Source>There are two files attached for a better view of the format.
test_patents_shouldbe.txt
test_patents_asis.txt