Adds a binomial name field to label maker GUI, allows full name styling #348
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.
Previously, the visual interface had fields for scientific name, infraspecific epithet, taxon rank, scientific name authorship, and parent authorship, and would expose parent authorship to the labelmaker when the
Print species authors for infraspecific taxa
option was checked. However, this did not work in a case where both the parent authorship and the infrataxon authorship should be displayed, for example:Symphoricarpos albus (L.) S.F. Blake var. laevigatus (Fernald) S.F. Blake.
In this example, since the scientific name was
Symphoricarpos albus var. laevigatus
, there was no way to insert the parent author correctly before the taxon rank. This format is a common one for plant labels.This fix enables a new field
Binomial Name
to the label maker GUI that is just the genus and specific epithet, without the infrataxon. That allows each aspect of the name to be included in the proper order, and to be themed separately, e.g., the binomial name and the infraspecific epithet are typically italicized (and sometimes bolded as above), while the taxon rank and the authorships are not.Some additional quirks