
\documentclass[12pt,a4paper]{thesis}
\usepackage{amsthm,amssymb,amsmath}
\usepackage[top=30mm, bottom=20mm, left=20mm, right=30mm]{geometry}
\usepackage{graphicx}
\usepackage{subfig} 
\graphicspath{ {./images/} }
\usepackage[pagebackref=true,colorlinks,linkcolor=black,citecolor=black]{hyperref}
%\usepackage[pagebackref=false]{hyperref}
\usepackage{supertabular}
\usepackage{tocbibind}
\usepackage{titlesec}
\usepackage{makeidx}
\makeindex
\usepackage{xepersian}
\usepackage{tocbibind}
\setlatintextfont[Scale=1.0]{Times New Roman}

\settextfont[Scale=1.17]{Nazli}
\setdigitfont[Scale=1.0]{Times New Roman}
%\usepackage{bidi}
\DefaultMathsDigits



% فونت و سايز  عنوان فصل‌ها
\titleformat{\chapter}[display]
  {\fontsize{50pt}{50pt}\selectfont\bfseries}{\farsio\chaptertitlename\ \tartibi{chapter}}{50pt}{\Huge}

\newfontfamily\farsio[Script=Arabic,Scale=2.0,WordSpace=1,ExternalLocation]{IranNastaliq}
%\defpersianfont\nastaliq[Scale=1.5]{IranNastaliq}


\def\listtablename{فهرست جدول‌ها}
\def\listfigurename{فهرست شکل‌ها}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\pagenumbering{harfi}
\thispagestyle{empty}
اين صفحه رويه است
\newpage

اين صفحه تقديم است
\newpage
اين صفحه امضا است.

\newpage
اين صفحه قدردانی است
\newpage
اين صفحه چکيده است

\baselineskip=1.0cm
% تعيين عمق شماره‌گذاری قسمت‌ها در متن و فهرست
\setcounter{tocdepth}{1}
\setcounter{secnumdepth}{4}


\tableofcontents
\listoftables
\listoffigures

\baselineskip=1.0cm
\pagenumbering{arabic}
\newpage
\include{chapter1}
\include{chapter2}
\include{chapter3}
\include{chapter4}
\include{chapter5}
\include{chapter7}


{\small
\bibliographystyle{unsrt-fa}

\bibliography{sample}
}
\end{document} 


















