\documentclass[fleqn,oneside,openany,msc]{KNTU_thesis}

 %-----------------------------------------------------------------------------------------------------
\makeatletter
\renewcommand \theequation {\@arabic\c@equation-\@arabic\c@chapter}                      
\renewcommand \thesection {\@arabic\c@section-\@arabic\c@chapter}    
\renewcommand \thesubsection {\@arabic\c@subsection-\@arabic\c@section-\@arabic\c@chapter}     
\renewcommand{\thetable}{\@arabic\c@table-\@arabic\c@chapter}   
\renewcommand{\thefigure}{\@arabic\c@figure-\@arabic\c@chapter}
 \renewcommand{\@pnumwidth}{1.25em}
% \cftsetrmarg{10em}
%\def\@tocrmarg{10.5em}
%\renewcommand\cftpartnumwidth{5cm}
%\RedeclareSectionCommand[tocnumwidth=2cm]{chapter}
%\setlength{\cftchapternumwidth}{20mm}
%\cftsetindents{section}{0.5in}{0.5in}
%\renewcommand{\@tocrmarg}{5.55em plus1fil}
\renewcommand{\contentsname}{\hfill\large فهرست مطالب \hfill}
\renewcommand{\listfigurename}{\hfill\large فهرست شکل‌ها \hfill}
\renewcommand{\listtablename}{\hfill\large فهرست جدول‌ها \hfill}
\setlength{\cftfignumwidth}{10mm}
\setlength{\cfttabnumwidth}{8mm}
\setlength{\cftchapnumwidth}{12mm}
\setlength{\cftsubsecnumwidth}{15mm}
\renewcommand{\cftloftitlefont}{\hspace{6.5cm} \bfseries \Large}
\renewcommand{\cftlottitlefont}{\hspace{6.5cm} \bfseries \Large}
\renewcommand{\cftchapfont}{\large}
\renewcommand{\cftsecfont}{\scshape}
\renewcommand{\cftfigfont}{شکل }
\renewcommand{\cfttabfont}{جدول }
\makeatother

%\setcounter{secnumdepth}{4}
%‎\setcounter{tocdepth}{4}‎ 
\begin{document}

\input{FrontMat/Settings}

\baselineskip=0.7cm
\include{chapter1}
\include{chapter2}
\include{chapter3}
\include{chapter4}
\include{chapter5}

\appendix

\include{chapter6}
\include{references}

\baselineskip=.7cm

% درصورت عدم نیاز به نگارش نمایه این  خط  را غیرفعال کنید. در ضمن باید در ویرایشگر
% خود گزینه‌ی --shell-escape  را برای  فرمان xelatex  فعال کنید.
%\phantomsection‎  \printindex

\input{en_title}


\end{document}

