\citep und \citealp funktionieren wie gewünsct, aber bei \citet und \citeauthor wirft er Fehler. Hier als Minimalbeispiel:
\documentclass[a4paper,10pt]{article} \usepackage[ngerman]{babel} \usepackage[numbers,round]{natbib} \usepackage{bibgerm} \usepackage{apalike} \bibliographystyle{apasoft} \begin{document} citep: \citep{handbook-all} citealp: \citealp{handbook-all} citet: \citet{handbook-all} citeauthor: \citeauthor{handbook-all} \bibliography{biblio.bib} \end{document}
@BOOK{handbook-all, title={Logic and the Modalities in the Twentieth Century, Volume 7 (Handbook of the History of Logic)}, editor={Dov M. Gabbay and John Woods}, publisher={North Holland}, year={2006}, month={7}, }
Package natbib Warning: Author undefined for citation`handbook-all'
(natbib) on page 1 on input line 17.
und zeigt in der Ausgabe ein (author ?) an und danach auch nicht die für \citet erwartete Ausgabe (Bild des PDF ist angehängt)
Versteht jemand was da passiert?