skyfrk/dhbw-vs-latex-template

Bibliography entries are displayed incorrectly

robingenz opened this issue ยท 5 comments

Description

The bibliography entries are displayed incorrectly (see screenshots).
There are four issues:

  1. There should be no colon after the last authors name.
  2. There should be no semicolon between several author names.
  3. There should not be a dot at the end of an entry.
  4. The brackets should not be angular but round.

How to reproduce

Steps to reproduce the behavior:

  1. 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

Current behavior:
grafik

Correct behavior (from Mrs. Heinrich PDF file):
grafik

image

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:
grafik

We also used this style in her exercises. Example:
grafik

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

image

In the most recent Empfehlungen zur Anfertigung von Projekt- und Bachelorarbeiten by Prof. Dr. Thomas Grubert (2013/2014) there is always a dot at the end of an bibliography entry. ๐Ÿ˜‘

๐ŸŽ‰ This issue has been resolved in version 4.5.1 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€