smp
09-11-2010, 08:56
Hallo zusammen,
wie könnte ich im Literaturverzeichnis mehrere Autoren durch ein "," und "und" trennen und nicht durch Semikolons?
\documentclass[12pt, a4paper]{report}
\usepackage[ngerman]{babel}
\usepackage[latin1]{inputenc}
\begin{document}
Test\cite{Lindholm1999}
\bibliographystyle{plaindin}
\bibliography{T987}
\end{document}
bibtex file:
@article{Lindholm1999,
author = {Tim Lindholm and Frank Yellin and Max Muster},
title = {The Java(tm) Virtual Machine Specification},
publisher = {Prentice Hall},
year = {1999},
url = {http://www.blub.com/index.html}
}
führt zu folgendem Ergebnis:
[1] Lindholm, Tim ; Yellin, Frank ; Muster, Max: The Java(tm) Virtual
Machine Specication. (1999). http://www.blub.com/index.html
Was ich bräuchte wäre so in etwa (also Trennung der Autoren nicht durch ;):
[1] Lindholm, Tim, Yellin, Frank und Muster, Max: The Java(tm) Virtual
Machine Specication. (1999). http://www.blub.com/index.html
wie könnte ich im Literaturverzeichnis mehrere Autoren durch ein "," und "und" trennen und nicht durch Semikolons?
\documentclass[12pt, a4paper]{report}
\usepackage[ngerman]{babel}
\usepackage[latin1]{inputenc}
\begin{document}
Test\cite{Lindholm1999}
\bibliographystyle{plaindin}
\bibliography{T987}
\end{document}
bibtex file:
@article{Lindholm1999,
author = {Tim Lindholm and Frank Yellin and Max Muster},
title = {The Java(tm) Virtual Machine Specification},
publisher = {Prentice Hall},
year = {1999},
url = {http://www.blub.com/index.html}
}
führt zu folgendem Ergebnis:
[1] Lindholm, Tim ; Yellin, Frank ; Muster, Max: The Java(tm) Virtual
Machine Specication. (1999). http://www.blub.com/index.html
Was ich bräuchte wäre so in etwa (also Trennung der Autoren nicht durch ;):
[1] Lindholm, Tim, Yellin, Frank und Muster, Max: The Java(tm) Virtual
Machine Specication. (1999). http://www.blub.com/index.html