\documentclass[10pt]{report}
\usepackage[top=2cm,bottom=2cm,left=2cm,right=2.5cm]{geometry}   
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{latexsym}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{subfigure}
\usepackage{appendix}
\newcommand\persiangloss[2]{#1\dotfill\lr{#2}\\}%دستوری برای وارد کردن واژه‌نامه انگلیسی به فارسی
\usepackage{multicol}
\usepackage{tocbibind}
\usepackage[pagebackref=false,colorlinks,linkcolor=blue,citecolor=magenta]{hyperref}
\usepackage{titlesec}
\usepackage{xepersian}
\settextfont[Scale=1.2]{XB Niloofar}
\setlatintextfont[ExternalLocation,BoldFont={lmroman10-bold},BoldItalicFont={lmroman10-bolditalic},ItalicFont={lmroman10-italic}]{lmroman10-regular}
\setdigitfont[Scale=1.2]{Parsi Digits}
\linespread{2.5}
% تعریف و نحوه ظاهر شدن قضایا، لم‌ها، تعریف‌ها و...
\theoremstyle{definition}
\newtheorem{definition}{تعریف}[section]
\theoremstyle{theorem}
\newtheorem{theorem}[definition]{قضیه}
\newtheorem{lemma}[definition]{لم}
\newtheorem{proposition}[definition]{گزاره}
\newtheorem{corollary}[definition]{نتیجه}
\newtheorem{remark}[definition]{ملاحظه}
\theoremstyle{definition}
\newtheorem{example}[definition]{مثال}


%دستور برای بولد کردن اثبات
\renewcommand{\proofname}{اثبات}
\makeatletter
\renewenvironment{proof}[1][\proofname]{\par
  \pushQED{\qed}%
  \normalfont \topsep6pt plus 6pt\relax
  \trivlist
\item[\hskip\labelsep
        \bfseries
    #1\@addpunct{.}]\ignorespaces}
{ %
  \popQED\endtrivlist\@endpefalse
}
\makeatother
\usepackage{indentfirst}
\begin{document}
\date{}
\maketitle
\tableofcontents
\listoffigures
\listoftables

\chapter*{چکیده}
متننن
\chapter{فصل اول}
متن متن
\chapter{فصل دوم}
\end{document}