-
-
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
Fix export of number + pubstate in OFFice XML #2514
Conversation
Export/import volumes <-> numberofvolume Export pubstate field as bibtex only field
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a few formatting things that should be fixed before merging, but apart from that the code looks fine and is ready to go.
Thanks!
@@ -20,11 +20,13 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `# | |||
- Redesigned journal abbreviations dialog. | |||
- Redesigned error console. | |||
- All file dialogs now use the native file selector of the OS. [#1711](https://github.com/JabRef/jabref/issues/1711) | |||
- The MS-Office XML export now exports the field `volumes` and `pubstate`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor thing: This should be aligned with the other bullet points.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doen
@@ -26,6 +25,7 @@ @Unpublished{ | |||
size = {1000}, | |||
sourcetype = {Interview}, | |||
timestamp = {2016.08.19}, | |||
volumes = {10} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, please align.
@@ -20,6 +19,7 @@ @Article{ | |||
price = {10}, | |||
school = {Gymnasium Unterrieden}, | |||
size = {1000}, | |||
volumes = {10}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, please align.
Hm seems like a problem with spaces and tabs again
Am 03.02.2017 8:42 vorm. schrieb "Jörg Lenhard" <notifications@github.com>:
… ***@***.**** approved this pull request.
There are a few formatting things that should be fixed before merging, but
apart from that the code looks fine and is ready to go.
Thanks!
------------------------------
In CHANGELOG.md
<#2514 (review)>:
> @@ -20,11 +20,13 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
- Redesigned journal abbreviations dialog.
- Redesigned error console.
- All file dialogs now use the native file selector of the OS. [#1711](#1711)
+- The MS-Office XML export now exports the field `volumes` and `pubstate`.
Minor thing: This should be aligned with the other bullet points.
------------------------------
In src/test/resources/net/sf/jabref/logic/exporter/
MsBibExportFormatTest1.bib
<#2514 (review)>:
> @@ -26,6 +25,7 @@ @Unpublished{
size = {1000},
sourcetype = {Interview},
timestamp = {2016.08.19},
+ volumes = {10}
Again, please align.
------------------------------
In src/test/resources/net/sf/jabref/logic/importer/fileformat/
MsBibImporterMsBibFieldsTest.bib
<#2514 (review)>:
> @@ -20,6 +19,7 @@ @Article{
price = {10},
school = {Gymnasium Unterrieden},
size = {1000},
+ volumes = {10},
Again, please align.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2514 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AATi5P-YB564PFpeg6iIrBxQ0Xbw08mIks5rYtpcgaJpZM4L1aT4>
.
|
Fixes #2509
Export/import volumes <-> numberofvolume
Export pubstate field as bibtex only field
- [ ] Screenshots added (for bigger UI changes)- [ ] If you changed the localization: Did you rungradle localizationUpdate
?