von MenschMax » Fr 13. Jan 2017, 15:52
Hallo,
mein Literaturverzeichnis wird zwar alphabetisch geordnte, jedoch erscheint am Anfang immer der Vorname und dann der Nachname. Korrekterweise möchte ich aber Nachname, Vorname alphabetisch sortiert haben.
Ich verwende:
\documentclass[a4paper,12pt,twoside]{report}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\bibliographystyle{plain}
%\bibliography{bibData}
\begin{document}
Hallo
\end{document}
Und dazu zum Beispiel
@ARTICLE{Ikuta89,
author={Ikuta, Shiro and Tanaka, Kaoru and Kato, Komei},
title={{Numerical Simulation of Air and Heat Flow in a Heater Unit}},
journal = {Society of Automotive Engineers},
year={1989},
number = {890574},
}
Hat jemand eine Idee?
Hallo,
mein Literaturverzeichnis wird zwar alphabetisch geordnte, jedoch erscheint am Anfang immer der Vorname und dann der Nachname. Korrekterweise möchte ich aber Nachname, Vorname alphabetisch sortiert haben.
Ich verwende:
[code]
\documentclass[a4paper,12pt,twoside]{report}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\bibliographystyle{plain}
%\bibliography{bibData}
\begin{document}
Hallo
\end{document}[/code]
Und dazu zum Beispiel
[code]
@ARTICLE{Ikuta89,
author={Ikuta, Shiro and Tanaka, Kaoru and Kato, Komei},
title={{Numerical Simulation of Air and Heat Flow in a Heater Unit}},
journal = {Society of Automotive Engineers},
year={1989},
number = {890574},
}
[/code]
Hat jemand eine Idee?