Merkwürdige Anzeige von Quellen
Verfasst: Di 13. Mär 2012, 20:13
folgendes Minimalbeispiel:
Literaturverzeichnis literatur.bib:
% This file was created with JabRef 2.7.2.
% Encoding: Cp1252
@ARTICLE{Cox1979,
author = {Cox, J., Ross, S and Rubinstein, M.},
title = {Option Pricing: A Simplified Approach},
journal = {Journal of Financial Economics},
year = {1979},
volume = {7},
pages = {229-263},
owner = {MichaFCC},
timestamp = {2012.03.13}
}
@comment{jabref-meta: selector_review:}
@comment{jabref-meta: selector_publisher:}
@comment{jabref-meta: selector_author:}
@comment{jabref-meta: selector_journal:}
@comment{jabref-meta: selector_keywords:}
Dokument test.tex:
\documentclass[12pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage{german}
\usepackage[authoryear]{natbib}
\begin{document}
Beispieltext.\cite{Cox1979}
\bibliography{literatur}
\bibliographystyle{alpha}
\end{document}
Als Ausgabe bekomme ich:
Beispieltext.[CR79]
Literatur
[CR79] Ross S Cox, J. and M. Rubinstein. Option pricing: A simplified
approach. Journal of Financial Economics, 7:229–263, 1979.
Habe jetzt seit ewigkeiten rumprobiert um das erstmal zu bekommen (hab dann irgendwo im netz gefunden, dass ich natbib durch eine ältere version ersetzen soll, bis dahin ging gar nichts...). Jetzt ist die frage wie ich das gewünschte bekomme (in dem fall sowas wie: "Cox (1979)" anstatt "[CR79]"). habe schon mit allen möglichen optionen, sowohl bei natbib als auch bei bibliographystyle oder \cite (citealt,citeauthor etc.) ausprobiert, aber es klappt einfach nicht -.-.
woran liegt das und wie bekomme ich das gewünschte?
Danke im Voraus
Viele Grüße
Micha
Literaturverzeichnis literatur.bib:
% This file was created with JabRef 2.7.2.
% Encoding: Cp1252
@ARTICLE{Cox1979,
author = {Cox, J., Ross, S and Rubinstein, M.},
title = {Option Pricing: A Simplified Approach},
journal = {Journal of Financial Economics},
year = {1979},
volume = {7},
pages = {229-263},
owner = {MichaFCC},
timestamp = {2012.03.13}
}
@comment{jabref-meta: selector_review:}
@comment{jabref-meta: selector_publisher:}
@comment{jabref-meta: selector_author:}
@comment{jabref-meta: selector_journal:}
@comment{jabref-meta: selector_keywords:}
Dokument test.tex:
\documentclass[12pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage{german}
\usepackage[authoryear]{natbib}
\begin{document}
Beispieltext.\cite{Cox1979}
\bibliography{literatur}
\bibliographystyle{alpha}
\end{document}
Als Ausgabe bekomme ich:
Beispieltext.[CR79]
Literatur
[CR79] Ross S Cox, J. and M. Rubinstein. Option pricing: A simplified
approach. Journal of Financial Economics, 7:229–263, 1979.
Habe jetzt seit ewigkeiten rumprobiert um das erstmal zu bekommen (hab dann irgendwo im netz gefunden, dass ich natbib durch eine ältere version ersetzen soll, bis dahin ging gar nichts...). Jetzt ist die frage wie ich das gewünschte bekomme (in dem fall sowas wie: "Cox (1979)" anstatt "[CR79]"). habe schon mit allen möglichen optionen, sowohl bei natbib als auch bei bibliographystyle oder \cite (citealt,citeauthor etc.) ausprobiert, aber es klappt einfach nicht -.-.
woran liegt das und wie bekomme ich das gewünschte?
Danke im Voraus
Viele Grüße
Micha