\documentclass[a4paper,12pt]{report}
\usepackage{graphicx} % inserting images
\usepackage{hyperref} % PDF links
\usepackage{setspace} % for switching between double/single space in document
%\usepackage{fancy} % package for changing Headings style
% setting the margins of page
\usepackage[top=2.5cm,right=3cm,bottom=2.5cm,left=3cm]{geometry}                 
%\usepackage{amsthm,amssymb,amsmath}
\usepackage{amssymb}
%\usepackage{amsmath}
\usepackage{titlesec}
%\usepackage{hyperref}
\usepackage{xepersian}
%\renewcommand{\thefigure}{\arabic{figure}}
% tell tex engine address of folder containing your pictures
\graphicspath{{images/}}
% commands to print the page number in header
\pagestyle{fancy}
\cfoot{}
%\lhead{\thepage}

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

  %%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}

\include{cover_fa}

\end{document}