-
-
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
Issue #5223 #5266
Issue #5223 #5266
Conversation
Looks good so far. Please add a changelog entry For the next time please do not enter the issue number in the title of the PR, because github can't link it then. If you write Closes #xxxx or Fixes #xxx then the issue will be automatically closed when the PR is merged. |
@@ -177,8 +177,22 @@ | |||
.withImportantFields(StandardField.MONTH, StandardField.YEAR) | |||
.build(); | |||
|
|||
|
|||
private static final BibEntryType SOFTWARE = new BibEntryTypeBuilder() |
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.
I think software
and dataset
are specific to biblatex and thus shouldn't be added here for the bibtex entry types.
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.
Thanks for the quick follow-up! Looks good to me now.
Which biblatex styles support |
biblatex-bath does (https://ctan.org/pkg/biblatex-bath) |
issue #5223
![entrytype](https://user-images.githubusercontent.com/41503450/64082532-e2d08d00-cd10-11e9-95f9-fec5d57d0f0d.PNG)
![entryTypePreferences](https://user-images.githubusercontent.com/41503450/64082551-0a275a00-cd11-11e9-9af6-b16a5394865d.PNG)
Add @software and @dataset entrytype as an option in the Biblatex and Bibtex. Add fields eventitle, eventdate and venue to @Unpublished entry type. I used the MISC set of fields to supplement Software and DataSet, couldn't find documentation about specific fields that should be included in @software and @dataset entry type.