با سلام و عرض احترام، زمانیکه از دستور pagebackref=true استفاده میکنم با پیغام خطا مواجه میشم، برای حل مشکل چه اقدامی باید انجام بدم؟
با تشکر فراوان
\documentclass[hidelinks,11pt,a4paper,twoside]{book}
\usepackage[total={12cm,19.8cm},centering,includehead=true]{geometry}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{graphicx,amsmath,amssymb,amsthm,fancyvrb,amsfonts}
\usepackage[colorlinks,linkcolor=black,citecolor=magenta,pagebackref=true]{hyperref}
\usepackage{xepersian}
\settextfont[Scale=1]{Yas}
\setlatintextfont[Scale=.95]{Times New Roman}
\setdigitfont[Scale=1]{Yas}
\defpersianfont\chapfont[Scale=3.3]{Yas}
\begin{document}
\chapter{مختلط}
\cite{Ref002}
\section{نقاط تکین رفع شدنی}
\bibliographystyle{plain}
\begin{thebibliography}{10}
\begin{LTRitems}
\resetlatinfont
\bibitem{Ref001}A. ABDULLE, \emph{Numerical methods for stochastic simulation: When stochastic
integration meets geometric numerical integration}, in Stochastic Processes, M ultiscale Modeling, and Numerical Methods for Computational Cellular Biology, $(2017)$, pp. $83-107$.
\bibitem{Ref002}A. ABDULLE, D. COHEN, G. V ILMART, AND K. C. ZVGALAKIS,
\emph{High weak order methods for stochastic differential equations based on modified equations},
SIAM Journal on Scientific Computing, $34 (2012)$, pp. A$1800$-A$1823$.
\bibitem{Ref003}Y. AIT-SAHALIA, \emph{Testing continuous-time models of the spot interest rate},
Review of Financial Studies, $9 (1996)$, pp. $385-426$.
\end{LTRitems}
\end{thebibliography}
\end{document}