سلام
شما باید از روش دوم از این صفحه استفاده کنید.
اما مشکلاتی که در سند دارید چند تا هستند.
اول اینکه بستهی natbib
را باید در سند خود فراخوانی کنید (که این کار را انجام ندادهاید).
اما با اضافه کردن این بسته نیز به سند شما خطای زیر دریافت میشود:
Package natbib Error: Bibliography not compatible with author-year citations. ...mand\NAT@force@numbers{}\NAT@force@numbers
این پیام خطا معمولا زمانی صادر میشود که این بسته نتواند مراجع را جهت مرتب کردنشان با هم مقایسه کند (به معنی پیام خطا توجه کنید).
کافی است شما در سند بستهی natbib
را به صورت زیر فراخوانی کنید تا مشکل شما حل شود:
\usepackage[numbers]{natbib}
پس دستورات شما مطابق زیر است:
\documentclass[oneside]{book}
\usepackage{graphicx}
\usepackage{amsthm}
\usepackage[numbers]{natbib}
\usepackage{float}
\usepackage[logo=on,pdfinfo=on]{xepersian}
\settextfont[Scale=1.2]{Yas}
\author{}
\title{نظریه ...}
\date{}
\newtheorem{definition}{تعریف}[section]
\newtheorem{theorem}[definition]{قضیه}
\newtheorem{lemma}[definition]{لم}
\newtheorem{prop}[definition]{گزاره}
\newtheorem{coro}[definition]{نتیجه}
\begin{document}
\maketitle
\chapter{رنگ آمیزی }
\section{مقدمه}
برای امتحان.
\chapter{فصل دوم}
\section{تغییر فونت}
\renewcommand\bibsection{%
\section*{\bibname\markright{\MakeUppercase{\bibname}}}}
فصل دوم
\begin{thebibliography}{99}
\begin{LTRitems}
\bibitem{1}
Biggs, N. L. , Lloyd, E. K. , Wilson, R. J. : Graph Theory: 1736–1936. Oxford University Press,
Oxford (1976)
\bibitem{2}
Bondy, J. A. , Murty, U. S. R. : Graph Theory with Applications. Elsevier Science Ltd/North-
Holland, New York (1976)
\bibitem{3}
Gross, J. L. ,Yellen, J. : Graph Theory and Its Applications, 2nd edn. Chapman and Hall, London
(2005)
\bibitem{4}
Appel, K. , Haken,W. : Every map is four colourable. Bull. Am. Math. Soc. 82, 711–712 (1976)
\bibitem{5}
Calamoneri, T. , Massini, A. , T\"{o}r\"{o}k, L. , Vrt’o, I. : Antibandwidth of complete k-ary trees.
Discret. Math. 309(22), 6408–6414 (2009)
\bibitem{6}
Patwary, M. M. A. , Rahman, M. S. : Minimum face-spanning subgraphs of plane graphs. AKCE
J. Graphs. Combin. 7(2), 133–150 (2010)
\bibitem{7}
Nishizeki, T. , Rahman, M. S. : Planar Graph Drawing. World Scientific, Singapore (2004)
\bibitem{8}
Porter, M. A. , Onnela, J. -P. , Mucha, P. J. : Communities in networks. Not. Amer. Math. Soc. 56, 1082–1097, 1164–1166 (2009)
\bibitem{9}
Chen, J. , Saad, Y. : Dense subgraph extraction with application to community detection, in
IEEE Trans. Knowl. Data Eng. 24(7), 1216–1230 (2012). doi:10. 1109/TKDE. 2010. 271
\bibitem{10}
Sung, W. : Algorithms in Bioinformatics. CRC Press, London (2010)
\bibitem{11}
Mall, R. : Fundamentals of Software Engineering, 4th edn. Prentice-Hall of India Pvt. Ltd.
(2014)
\end{LTRitems}
\end{thebibliography}
\end{document}
خروجی شما با نسخهی اولیهی تکلایو 2018 مطابق زیر است:
موفق باشید.