Bibliography entries are displayed incorrectly
robingenz opened this issue ยท 5 comments
Description
The bibliography entries are displayed incorrectly (see screenshots).
There are four issues:
- There should be no colon after the last authors name.
- There should be no semicolon between several author names.
- There should not be a dot at the end of an entry.
- The brackets should not be angular but round.
How to reproduce
Steps to reproduce the behavior:
- Add an bibliography entry.
For example:
@book{testmanagement-droste-merz,
author = {Oliver Droste and Christina Merz},
title = {Testmanagement in der Praxis},
shorttitle = {Testmanagement in der Praxis},
year = {2019},
publisher = {Springer Vieweg},
location = "{Berlin/Heidelberg}"
}
Screenshots
From the screenshot:
Die Trennzeichen zwischen den einzelnen Angaben sind nicht normiert!
Regarding your issues
There should be no colon after the last authors name.
There is a colon in her example.
There should be no semicolon between several author names.
As cited above: There is no separator defined.
There should not be a dot at the end of an entry.
This one could be true but I don't know for sure. There were dots at the end of my bib entries in my PA1 and Mrs. Heinrich didn't complain about it.
The brackets should not be angular but round.
I think that there should be rectangular brackets as in the screenshot above.
Die Trennzeichen zwischen den einzelnen Angaben sind nicht normiert!
Okay.
There is a colon in her example.
In my opinion, this example should only show what must be included and not how it should be displayed.
In terms of presentation, the following screenshot should be more meaningful:
We also used this style in her exercises. Example:
Annotation: If we decide to remove the colon, I would suggest removing the semicolon between multiple author names as well, since it fits much better.
This one could be true but I don't know for sure. There were dots at the end of my bib entries in my PA1 and Mrs. Heinrich didn't complain about it.
Okay, then it's fine.
I think that there should be rectangular brackets as in the screenshot above.
As written above: In my opinion, this example should only show what must be included and not how it should be displayed.
Ok, so our TODO here is:
- Remove colon after last author name
- Remove period after bib entry
- Replace
;
as multi author delimitor with some kind of new line character - Replace brackets around the keyword with parentheses
๐ This issue has been resolved in version 4.5.1 ๐
The release is available on GitHub release
Your semantic-release bot ๐ฆ๐