My preamble and bibliography in the tex file is as folows:This is BibTeX, Version 0.99c (MiKTeX 2.8)
The top-level auxiliary file: sds.aux
The style file: agsm.bst
I found no \bibdata command---while reading file sds.aux
Warning--I didn't find a database entry for "Az02"
Warning--I didn't find a database entry for "Ko02"
Warning--I didn't find a database entry for "Az2003"
Warning--I didn't find a database entry for "Aziz02"
Warning--I didn't find a database entry for "Azi02"
Warning--I didn't find a database entry for "Up97"
(There was 1 error message)
Code: Select all
\documentclass[12pt,a4paper]{article}
\usepackage{psfrag}
\usepackage{parskip}
%\usepackage{url}
\usepackage{latexsym}
\usepackage[round, sort&compress, authoryear]{natbib}
\usepackage{amsmath}
\usepackage{color}
\bibliographystyle{agsm}
\numberwithin{equation}{section}
\begin{document}
.
.
.
\begin{thebibliography}{11}
\bibitem[Afanas’ev(1996)]{Af96} Afanas’ev, V.N., Kolmanowskii, V.B., Nosov, V.R., 1996.
Mathematical Theory of Control Systems Design (Dordrecht: Kluwer).
\end{thebibliography}
\end{document}