\documentclass[a4paper,12pt]{article}

% setting the margins of page
\usepackage{xepersian}
% tell tex engine address of folder containing your pictures
% commands to print the page number in header
% commands related to XePersian package
\settextfont[Scale=1.1]{XB Zar}
%\setlatintextfont{LinLibertine}


\begin{document}
او در مقاله \cite{ref1} با اشاره به برخی نواقص موجود در روشهای پیشین \cite{ref2, ref3,ref4} یک دیدگاه بهتری را ارائه می کند.



\begin{latin}
\begin{thebibliography}{110} % assumes less than 100 references
%\begin{LTRitems}
\bibitem {ref1} {\lr{ J. T. Tou and R. C. Gonzalez, Pattern recognition principles, Addison-Wesley, (1981).}}
\bibitem {ref2} {\lr{ J. R. Wolpaw, N. Birbaumer, D. J. McFarland, G. Pfurtscheller, and T. M. Vaughan, Brain-computer interfaces for communication and control, Clinical Neurophysiology, 113 (2002), 767-791.}}
\bibitem {ref3} {\lr{ R. O. Duda, P. E. Hart, and D. G. Stork, Pattern classification, Wiley New York, (2001).}}
\bibitem {ref4} {\lr{ A. Nigrin, Neural networks for pattern recognition, The MIT press, (1993).}}

%\end{LTRitems}
\end{thebibliography}
\end{latin}

\end{document}
