in meinem Literaturverzeichnis werden Einträge, die in der bib-Datei als "Misc"-Typ eingetragen wurden, mit unschönen Wortabständen dargestellt.
Zur Veranschaulichung die bib-Datei:
% Encoding: UTF-8
@Book{billingsley1995,
title = {Probability and Measure},
publisher = {Wiley},
year = {1995},
author = {Billingsley, P.},
address = {New York},
}
@Misc{zahlentheorie,
author = {Wikipedia},
title = {\textit{Zahlentheorie}},
howpublished = {\url{https://de.wikipedia.org/w/index.php?title=Zahlentheorie&oldid=164275436}},
note = {Zugegriffen: 24.06.2017},
}
@Comment{jabref-meta: databaseType:bibtex;}\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\bibliographystyle{unsrt}
\begin{document}
Zitat 1 \cite{billingsley1995}, Zitat 2 \cite{zahlentheorie}
\bibliography{literatur}
\end{document}Ich würde mich freuen, wenn da jemand einen Ratschlag für mich hat!
