First of all: I have never used BibTeX (or any other LaTeX bibliography tool) before, so sorry if the following question is stupid.
Consider the following document:
Code: Select all
\documentclass{article}
\usepackage{natbib}
\begin{document}
Test: \cite{klafki}
\bibliographystyle{chicago}
\begin{thebibliography}{Klafki}
\bibitem[Klafki]{klafki}
Klafki, Wolfgang:
\newblock {\em Neue Studien zur Bildungstheorie und Didaktik}.
\end{thebibliography}
\end{document}
Code: Select all
! Package natbib Error: Bibliography not compatible with author-year citations.
Thank you in advance!