\documentclass[a4paper,12pt]{report}
\usepackage{graphicx} % inserting images
\usepackage{hyperref} % PDF links
\usepackage{setspace} % for switching between double/single space in document
\usepackage{fancyhdr} % package for changing Headings style
\usepackage{amssymb,amsmath} % "American Mathematical Society" Math package
% setting the margins of page
\usepackage[top=3cm,right=3cm,bottom=2.5cm,left=2.5cm]{geometry}                 
\usepackage{xepersian}

% tell tex engine address of folder containing your pictures
\graphicspath{{images/}}

% commands to print the page number in header
\pagestyle{fancy}
%\renewcommand{\chaptermark}[1]{ \markboth{#1}{} }
%\renewcommand{\sectionmark}[1]{ \markright{#1}{} }
\rhead{\leftmark}
\renewcommand{\headrulewidth}{1.2pt}

% commands related to XePersian package
\settextfont[Scale=1.1]{XB Zar}
\setdigitfont{XB Zar}
%\setlatintextfont{LinLibertine}

% footnote numbering from 1 in each page
\usepackage{zref-perpage}
\zmakeperpage{footnote}
% -------------------------------------
\input{jeld_info}
\begin{document}

\include{Allah}
\include{cover_fa}
\include{taeid}

\pagenumbering{Alph}
\include{abstract_fa}
\tableofcontents
\listoffigures
\listoftables

% insert each of your chapters with a \inlcude{filename} command as below
\doublespacing
\include{chap0}
\include{chap1}
\include{chap2}
\include{chap3}
\include{chap4}
% -----------------------------------------------------------------------

% If do not have appendix then comment following 3 lines
%\appendix
%\include{peyvast1}
%\include{peyvast2}
% -------------------------------------------------------

\singlespacing
\include{references}
\include{abstract_en}
\include{cover_en}

\end{document}

