% !TEX TS-program = XeLaTeX
% اگر قصد نوشتن رساله دکتری را دارید، در خط زیر، گزینه msc را پاک کنید. کلیه تنظیمات لازم به طور خودکار اعمال می‌شود.
% در صورت استفاده از گزینه withpage  شماره صفحات حاوی نمادها در جلوی آن‌ها در فهرست نمادها چاپ می‌شود و در صورت 
% استفاده از گزینه printonlyused  فقط نمادهایی که در متن استفاده شده‌اند، در فهرست نمادها چاپ می‌شوند.
\documentclass[msc,withpage,printonlyused]{yazd-thesis}
\newcommand{\bm}{\mathbf}
\newcommand{\be}{\begin{equation}}
\newcommand{\ee}{\end{equation}}
\newcommand{\bea}{\begin{eqnarray}}
\newcommand{\eea}{\end{eqnarray}}
\newcommand{\x}{{\bm x}}
\newcommand{\y}{{\bm y}}
\newcommand{\p}{{\bm p}}
\newcommand{\q}{{\bm q}}
\newcommand{\ba}{{\bm a}}
\newcommand{\dd}{{\bm d}}
\newcommand{\bA}{{\bm A}}
\newcommand{\bR}{{\bm R}}
\newcommand{\bE}{{\bf E}}
\newcommand{\bD}{{\bf D}}
\newcommand{\bC}{{\bf C}}
\newcommand{\bB}{{\bf B}}
\newcommand{\bS}{{\bf S}}
\newcommand{\bg}{{\bf g}}
\newcommand{\bu}{{\bf u}}
\newcommand{\h}{{\bf h}}
\newcommand{\bh}{{\bf h}}
\newcommand{\bv}{{\bf v}}
\newcommand{\bw}{{\bf w}}
\newcommand{\bd}{{\bf d}}
\newcommand{\bvarphi}{\mbox{\boldmath{$\varphi$}}}
\newcommand{\bvarepsilon}{\mbox{\footnotesize \boldmath$\varepsilon$}}
\newcommand{\bomega}{\mbox{\footnotesize \boldmath$\omega$}}
\newcommand{\bzero}{{\bf 0}}
\newcommand{\support}{{\mathcal S}}
\newcommand{\powermtx}{{\bm W}}
\newcommand{\sprdmtx}{{\bm A}}
\newcommand{\sprdvec}{{\bm a}}
\newcommand{\n}{{\bm n}}
\newcommand{\var}{{\bm V}}
\newcommand{\intr}{{\mathcal C}}
\newcommand{\realint}{{\mathcal R}}
\newcommand{\eye}{{\bm I}}
\newcommand{\I}{{\bm I }}
\newcommand{\BPi}{\mbox{\boldmath$\Pi$}}
\newcommand{\blambda}{\mbox{\boldmath$\lambda$}}
\newcommand{\bGamma}{\mbox{\boldmath$\Gamma$}}
\newcommand{\sblambda}{\mbox{\footnotesize \boldmath$\lambda$}}
\newcommand{\bnu}{\mbox{\footnotesize \boldmath$\nu$}}
%\newcommand{\bomega}{\mbox{\footnotesize \boldmath $\omega$}}
\newcommand{\bHmat}{\mbox{\footnotesize \boldmath$\mathcal{H}$}}
\newcommand{\bRmat}{\mbox{\footnotesize \boldmath$\mathcal{R}$}}
\newcommand{\ejf}{e^{j2\pi f}}
\newcommand{\sinc}{\mbox{sinc}}
\newcommand{\bpsi}{\mbox{\boldmath{$\psi$}}}
\newcommand{\bPsi}{\mbox{\boldmath{$\Psi$}}}
\newcommand{\bPhi}{\mbox{\boldmath{$\Phi$}}}
\newcommand{\bphi}{\mbox{\boldmath{$\phi$}}}
\newcommand{\Fourier}{\mbox{\boldmath $\cal F$}}
%\usepackage[font=small,textfont=bf]{caption} % Required for specifying captions to tables and figures
\usepackage{caption} % Required for specifying captions to tables and figures
%\usepackage{graphicx,times,amsmath,epsfig,amsfonts,amssymb,latexsym,setspace,xcolor,MnSymbol,subcaption,fancyref}
\usepackage{graphicx,times,epsfig,amsmath,amsfonts,amssymb,latexsym,setspace,xcolor,MnSymbol,subcaption,fancyref}
\usepackage{xepersian}
\settextfont[Scale=1.2]{B Nazanin}
%\captionsetup{labelfont=small}
\renewcommand{\labelitemi}{$\bullet$}
% فونت فرم صورت‌جلسه
\defpersianfont\minutesfont[Scale=1.2]{B Nazanin}
\setlatintextfont{Times New Roman} 
\setdigitfont[Scale=1.2]{B Nazanin}
\captionsetup{labelfont=bf}
%\defpersianfont\myFafont[Scale=5]{B Nazanin+Bold}

%\PersianMathsDigits
\SepMark{-}
\def\addsymbol #1:#2#3{$#1$ \> \parbox{5in}{#2 \dotfill \pageref{#3}}\\} 
\def\symboldisplay#1{\label{#1}} 
%For compatibility with Miktex 2.8
%\makeatletter
%\@ifundefined{Umathcode}{\let\Umathcode\XeTeXmathcode}{}
%\@ifundefined{Umathchardef}{\let\Umathchardef\XeTeXmathchardef}{}
%\makeatother 
%End Of Compatibility

\newtheorem{observation}{مشاهده}[section]

\begin{document}
\baselineskip=1cm
%\pagenumbering{alph}
%\setcounter{page}{1}
%\input{frontcover_abstract}
\thispagestyle{plain}\cleardoublepage
\tableofcontents
\clearpage
%\listoftables%\clearpage
%\listoffigures%\clearpage
\input{symbols}
\pagenumbering{arabic}
\include{chapter1}
%\include{chapter2}
%\input{chapter3}
%\input{chapter4}
%\include{chapter5}
%\appendix
%\input{appendix1}
%\input{dicfa2en}
%\input{dicen2fa}
\bibliographystyle{unsrt-fa}
%\bibliography{reference}
\printindex
%\input{eninfo}
\end{document}