I am looking for a solution for the following problem: I would like to have a line break after each label in the bibliography. What I would like to have is:
[Label1]
Author1, title1, year
[Label2]
Author2, title2, year
...
I have tried to redefine the biblabel command in the preamble:
\renewcommand{\@biblabel}[1]{[\textbf{#1}]\linebreak}
But it does not work...

Any suggestions?
Kind regards,
Kimmo