after upgrading all things are fine but when I use natbib package for bibliography that time create some problem and given a error message that message is :
Code: Select all
...mand\Nat@force@Numbers()\Nat@force@Numbers
\cite{}
that time show other documents citing list but don't show current document citing list .I really like work in latex, but for this problem I could not work properly , I think all package working successfully but only all citing package specially natbib package don't work properly.

please let me know how can I solve this problem?
I write document in WinEdt7.1 version.
my code is given below
Code: Select all
\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
%\usepackage[latin1]{inputenc}
\usepackage[margin=2cm]{geometry}
%\usepackage{lmodern}
\usepackage[square,authoryear,round]{natbib}
\usepackage{url}
\usepackage{color}
\usepackage[colorlinks=true,urlcolor=blue,citecolor=grey,linkcolor=red,bookmarks=true]{hyperref}
\begin{document}
\bibliographystyle{plainnat}
\begin{thebibliography}{99}
\addtolength{\leftmargin}{0.7in}
%\addtolength{\rightmargin}{0.3in} % sets up alignment with the following line.
\setlength{\itemindent}{-0.0in}
\bibitem[Lucas(1990)]{Lucasrobert90}
Lucas Robert, (1990) ,"why doesn't capital flow from rich to poor countries?" American Economic review 80(2), 92-96.
\href{http://en.wikipedia.org/wiki/Cognitive_radio}{[link]}
\bibitem[Caselli]{Casellifrancesco94}
Caselli, Francesco, "Accounting for Cross-Country Income Differences," in Philippe Aghion \& Steven Durlauf(ed.), Handbook of Economic Growth, edition 1, vlolume 1, Chapter 9, pages 679-741, Elsevier.\href{http://en.wikipedia.org/wiki/Cognitive_radio}{[link]}
\bibitem[Lagakos(2011)]{Lagakosdavid94}
Lagakos, David, Ben Moll Tommaso Porzio and Nancy Qian ,"Experience matters: Human Capital and Development Accounting", mimeo Princeton University, 2011.\href{http://en.wikipedia.org/wiki/Cognitive_radio}{[link]}
\bibitem[Klenow(1997)]{Klenowrodriguez97}
Klenow, P. and A. Rodriguez-Clare, "The Neoclassical Revival in Growth Economics: Has it Gone too Far?", NBER Macroeconomics Annual, pp. 73-114, 1997. \href{http://en.wikipedia.org/wiki/Cognitive_radio}{[link]}
\end{thebibliography}
\end{document}