Start a customstyle
for bibliographic references
#1043
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR follows on from #1041
Modifies reference label to use BibTeX key name, as it was last week. There is a check to ensure the BibTeX key name is just letters and numbers, for the RST link. Also, it's my preference to format names in References section with
lastfirst
, e.g. switch from "F. W. Bessel" to "Bessel, F. W." However, if anyone has a strong preference to keep itplain
(as it is right now), I can do this before merge.TODO (if we get there) is to modify the reference style to be more Harvard-like, with year after name(s). This looks to be much more work, but it could be put into
bibstyle.py
too, or potentially committed upstream to Pybtex.Other misc. minor additions in this commit is to fix an uppercase title for an entry, and add a few more file types to
.gitignore
. The*.bak
is from JabRef.