-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into macsign
* upstream/master: Streamline new library command (#6773) [6574] Added support for biblatex-software (#6747) Updated the eclipse doc with a note and image on how to add the run/debug configuration. (#6776) New Crowdin updates (#6774)
- Loading branch information
Showing
37 changed files
with
316 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Add Native Support for BibLatex-Sotware | ||
* Deciders: Oliver Kopp | ||
|
||
Technical Story: [6574-Adding support for biblatex-software](https://github.com/JabRef/jabref/issues/6574) | ||
|
||
## Context and Problem Statement | ||
|
||
JabRef does not right now have support for Biblatex-Software out of the box, users have to add custome entry type. | ||
With citing software becoming fairly common , native support is helpful. | ||
|
||
|
||
## Decision Drivers | ||
|
||
* None of the existing flows should be impacted | ||
|
||
## Considered Options | ||
|
||
* Add the new entry types to the existing biblatex types | ||
* Add a divider with label Biblatex-Software under which the new entries are listed : Native support for Biblatex-Software | ||
* Support via customized entry types : A user can load a customized bib file | ||
|
||
## Decision Outcome | ||
|
||
Chosen option: Add a new divider, because comes out best (see below). | ||
|
||
### Positive Consequences | ||
|
||
* Inbuilt coverage for a entry type that is getting more and more importance | ||
|
||
### Negative Consequences | ||
|
||
* Adds a little bit more clutter to the Add Entry pane | ||
|
||
## Pros and Cons of the Options | ||
|
||
### Adding the new entry types to the existing biblatex types | ||
|
||
* Good, because there is no need for a new category in the add entry pane | ||
|
||
### Add a divider with label Biblatex-Software with relevant types | ||
|
||
* Good, since this gives the user a bit more clarity | ||
|
||
### Support via customized entry types | ||
|
||
* Good, because no code needs to be changed | ||
* Bad, because documentation is needed | ||
* Bad, because the users are not guided through the UI, but have to do other steps. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.