%سلام
%این قالبی که من برای صنعتی آماده کردم. مطمئناً خالی از اشکال نیست و ممکنه یه مقدار ابتدایی به نظر بیاد. اما تمام ضوابط صنعتی توش لحاظ شده. 
\documentclass[a4paper,12pt]{report}
\usepackage{graphicx} % inserting images
%\usepackage{graphics}
\usepackage{array}
\usepackage{amsmath,amsthm,amssymb} %Liberary for math typing
\usepackage{ctable}
\usepackage{setspace} % for switching between double/single space in document
\usepackage{fancyhdr} % package for changing Headings style

\usepackage{caption}

%دو خط زیر برای این هست که شماره بندی زیر نویسها را در هر صفحه جداگونه انجام دهد
\usepackage{perpage}
\MakePerPage{footnote}
% تنظیم حاشیه های صفحه
\usepackage[top=3cm,right=3cm,bottom=2.5cm,left=2.5cm]{geometry}         
%بسته برای هایپرلینک کردن ارجاع ها        
\usepackage[pagebackref=true,colorlinks,linkcolor=blue,citecolor=magenta]{hyperref} 
%تنظیم اندازه فونت بخش ها (بر تنظیم اندازه هر بخش، علامت % را بردارید)
\usepackage{sectsty}
\allsectionsfont{\normalsize}
\chapterfont{\normalsize}
\chaptertitlefont{\normalsize}
\chapternumberfont{\normalsize}
\sectionfont{\normalsize}
\subsectionfont{\normalsize}
\subsubsectionfont{\normalsize}

\usepackage{xepersian}
%آدرس فولدری که عکس ها در آن ذخیره می شود
\graphicspath{{images/}}
% مکان چاپ شماره صفحه 
\pagestyle{fancy}
\fancyhead{}
\cfoot{}
\cfoot{\thepage}

\renewcommand{\headrulewidth}{0pt}
\renewcommand{\Re}{\text{Re}}
\renewcommand{\sat}{\text{sat}}
\renewcommand{\no}{\nonumber}
\renewcommand{\cen}{\centering}
\renewcommand{\ro}{\partial}
\renewcommand{\lt}{\LTRfootnote}

% فرمان های مربوط به بسته XEPERSIAN  که فونت و اندازه ان را تعیین می کند. من اینجا از XB Yas استفاده کردم، اما دانشگاه XB Zar  می خواد.
\settextfont[Scale=1.02]{B Nazanin}
\setdigitfont[Scale=1.02]{XB Zar}
\setlatintextfont{Times New Roman}
% دستوری برای تغییر نام کلمه «کتاب‌نامه» به «مراجع»
\renewcommand{\bibname}{مراجع}
% ------------------------------------- 


\newcommand{\bi}{\bibitem}


%$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

%برای چپ چین شدن عنوان فصل ها -----------------------------------------------------------------------------------------------------------------------------
\makeatletter
\def\@makechapterhead#1{%
  \vspace*{50\p@}%
  {\parindent \z@ \raggedright \normalfont
    \ifnum \c@secnumdepth >\m@ne
        \normalsize\bfseries \@chapapp\space \thechapter
        \par\nobreak
        \vskip 20\p@
    \fi
    \interlinepenalty\@M
    \normalsize \bfseries #1\par\nobreak
    \vskip 40\p@
  }}
\makeatother


\renewcommand\thechapter{\arabic{chapter}}
\renewcommand\thesection{\thechapter$-$\arabic{section}}
\renewcommand\thesubsection{\thesection$-$\arabic{subsection}}

%\renewcommand\thesection{\thechapter- \arabic{chapter}\thechapter- \arabic{section} }
%\renewcommand\thesubsection{\thesection- \arabic{subsection}}

%---------------------------------------------------------------------------
\pagenumbering{harfi}
\begin{document}

%\doublespacing
%\include{taghdim}
%\include{besm}
%\include{cover_fa}
%\include{taeid_fa}
%\include{sepas}
%\include{hoghugh}
%\include{taghdim}
% چکیده فارسی
%\include{abstract_fa}
\settextfont[Scale=1.02]{B Nazanin}
\baselineskip=.9cm
\pagenumbering{harfi}
%فهرست متن
%\tableofcontents
%فهرست شکل ها
%\listoffigures
%فهرست جداول
%\listoftables
%\doublespacing
% فصل ها را در اینجا \include  کنید!
%\include{abs}
\baselineskip=.9cm
\include{intro}
%\include{chap1}
%\include{chap2}
%\include{chap3}
%\include{conclusion}
% -----------------------------------------------------------------------
% پیوست ها را وارد کنید
%\appendix
%\include{peyvast1}
% -------------------------------------------------------
\singlespacing
% مراجع 
\include{references}
%چکیده انگلیسی
%\include{abstract_en}

%\include{taeid_en}

\end{document}
