اگر از نسخه 30.7
بسته bidi
و نسخه 18.7
بسته xepersian
استفاده میکنید، دیگر نیازی به خواندن این پرسش و پاسخ نخواهید داشت و دیگر احتیاج به هیچ دستور اضافهای نخواهید داشت.
با استفاده از BibTeX
\documentclass{article}
\usepackage{xepersian}
\settextfont{Yas}
\begin{document}
\cite{anderson1992rings},\cite{araya2009auslander},\cite{araya2005homological},\cite{asadollahi2011homotopy},\cite{assem2006elements}
\setLTRbibitems
\bibliographystyle{siam}
\bibliography{Refs}
\end{document}
بدون استفاده از BibTeX
\documentclass{article}
\usepackage{xepersian}
\settextfont{Yas}
\begin{document}
\cite{anderson1992rings},\cite{araya2009auslander},\cite{araya2005homological},\cite{asadollahi2011homotopy},\cite{assem2006elements}
\setLTRbibitems
\begin{thebibliography}{1}
\bibitem{anderson1992rings}
{\sc F.~W. Anderson and K.~R. Fuller}, {\em Rings and categories of modules},
Springer-Verlag, 1992.
\bibitem{araya2009auslander}
{\sc T.~Araya}, {\em The {A}uslander-{R}eiten conjecture for {G}orenstein
rings}, Proc. Amer. Math. Soc., 137 (2009), pp.~1941--1944.
\bibitem{araya2005homological}
{\sc T.~Araya, R.~Takahashi, Y.~Yoshino, et~al.}, {\em Homological invariants
associated to semi-dualizing bimodules}, J. Math. Kyoto Univ., 45 (2005),
pp.~287--306.
\bibitem{asadollahi2011homotopy}
{\sc J.~Asadollahi, H.~Eshraghi, R.~Hafezi, and S.~Salarian}, {\em On the
homotopy categories of projective and injective representations of quivers},
J. Algebra, 346 (2011), pp.~101--115.
\bibitem{assem2006elements}
{\sc I.~Assem, A.~Skowronski, and D.~Simson}, {\em Elements of the
Representation Theory of Associative Algebras: Volume 1: Techniques of
Representation Theory}, vol.~65, Cambridge University Press, 2006.
\end{thebibliography}
\end{document}
خروجی دقیقاً همانند بالا خواهد بود.