von Becksexxer » Mo 23. Sep 2013, 10:42
okay Minimalbeispiel:
\documentclass[11pt,a4paper,headsepline,DIV=calc,titlepage,toc=bibliography,toc=listof]{scrreprt}
\linespread{1.25}%Zeilenabstand=1,5
\KOMAoptions{DIV=last}
\usepackage[numbers,round]{natbib}
\usepackage{cite} %Zitieren
\begin{document}
test \cite{Ferzinger}
\bibliographystyle{alphadin}
\bibliography{literaturvz}{}
\end{document}
Und die literaturvz:
@BOOK{Ferziger,
title = {Numerische Strömungsmechanik},
publisher = {Springer},
year = {2008},
author = {Joel H. Ferziger and Milovan Peric},
isbn = {3540675868},
}
Fehler ist:
! Undefined control sequence.
l.13 {\sc Ferziger, Joel~H.} \btxandlong
{}\ {\sc Milovan Peric}: {\em Numeri...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
) [14
]
das geschieht allerdings nur wenn 2 Autoren durch "and" getrennt werden.
Das mit Biblatex + biber habe ich ausprobiert. aber keinen verwertbare Information gefunden um mein bestehenden Latexcode umzugestalten.
lg
Becksexxer
okay Minimalbeispiel:
[code]
\documentclass[11pt,a4paper,headsepline,DIV=calc,titlepage,toc=bibliography,toc=listof]{scrreprt}
\linespread{1.25}%Zeilenabstand=1,5
\KOMAoptions{DIV=last}
\usepackage[numbers,round]{natbib}
\usepackage{cite} %Zitieren
\begin{document}
test \cite{Ferzinger}
\bibliographystyle{alphadin}
\bibliography{literaturvz}{}
\end{document}
[/code]
Und die literaturvz:
[code]
@BOOK{Ferziger,
title = {Numerische Strömungsmechanik},
publisher = {Springer},
year = {2008},
author = {Joel H. Ferziger and Milovan Peric},
isbn = {3540675868},
}
[/code]
Fehler ist:
[code]
! Undefined control sequence.
l.13 {\sc Ferziger, Joel~H.} \btxandlong
{}\ {\sc Milovan Peric}: {\em Numeri...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
) [14
]
[/code]
das geschieht allerdings nur wenn 2 Autoren durch "and" getrennt werden.
Das mit Biblatex + biber habe ich ausprobiert. aber keinen verwertbare Information gefunden um mein bestehenden Latexcode umzugestalten.
lg
Becksexxer