ich nutze abbrvdin als bibliographystyle. Hier mein Minimalbeispiel:
\documentclass{scrbook}
\usepackage[utf8]{inputenc}
\usepackage[german]{babel}
\begin{document}
Zitat \cite{Stelzmann1995}
\bibliographystyle{abbrvdin}
\bibliography{Quote}
\end{document}% This file was created with JabRef 2.10b2.
% Encoding: UTF-8
@Article{Stelzmann1995,
Title = {An english translation of alzheimer's 1907 paper, “über eine eigenartige erkankung der hirnrinde”},
Author = {Stelzmann, Rainulf A. and Norman Schnitzlein, H. and Reed Murtagh, F.},
Journal = {Clinical Anatomy},
Year = {1995},
Number = {6},
Pages = {429--431},
Volume = {8},
Doi = {10.1002/ca.980080612},
ISSN = {1098-2353},
Publisher = {Wiley Subscription Services, Inc., A Wiley Company},
Url = {http://dx.doi.org/10.1002/ca.980080612}
}
Stelzmann, R. A. ; Norman Schnitzlein...
Wie bekomme ich das Leerzeichen vor dem Semikolon weg?

