Export to Office 2007#1765
Conversation
| @@ -0,0 +1,15 @@ | |||
| % Encoding: UTF-8 | |||
|
|
|||
| @InBook{Orlowski;2011, | |||
There was a problem hiding this comment.
Please name the test files after what they do and minimize them, not like the Stupro did just enumerating them 😄
|
I would like to merge this in for 3,6 (No Localization changes), after I rebase |
Remove empty line in changelog Fix failing test and add new test file Issue gets exported as issue Journaltitle and journal both get exoprted as JournalName patennumber gets exported correctly Fix checkstyle Create better structure for import test TODO: Fix import of journal! Importer maps to biblatex fields for most fields JournalName maps to journaltitle Month can be imported and exported Patentnumber gets importerd as number when the entryType is a patent Remove msbib-patentnumber Correct tests, use utf8 encoding Create new file for empty test to avoid conflict with other imports Use Latex2Unicode formatter for Author names, too Search/split "and" in authors field case insenstive Some code cleanups Use more optionals Export number as issue, when issue field not present Rework some test files Removed some Globals, reworked Tests Day is MSBib only Make Language methods deprecated
|
|
||
| - Fixed [#1750](https://github.com/JabRef/jabref/issues/1750): BibLaTeX `date` field is now correctly exported as `year` in MS-Office 2007 xml format | ||
| - Fixed: LaTeX characters in author names are now converted to Unicode before export in MS-Office 2007 xml format | ||
| - Fixed: `Volume`, `Journaltitle`, `Issue` and `number`(for Patents) fields are now exported correctly in MS-Office 2007 xml format |
There was a problem hiding this comment.
all field names in lower case. Space after number. Patents with lower case "p"
|
Looks good! Just some minor comments. |
|
I will fix it this afternoon/evening. Regarding the language mapping, there is not yet a simple solution, as we would have to integrate the whole table of LCID: https://msdn.microsoft.com/de-de/goglobal/bb964664.aspx |
| } | ||
|
|
||
| if(entry.journalName != null) | ||
| { |
First fix for #1750.
I will continue reworking some other fields, too and will add some more tests.