
%--------------------------------------------------------------------------
%
%  M.Sc. Thesis
%  [Put Your Thesis Title Here]
%  By: [Put Your Name Here]
%
%--------------------------------------------------------------------------

%--------------------------------------------------------------------------
%
%  LaTeX Thesis Template (v2.2)
%  By: Hamid Zarrabi-Zadeh
%
%  Contributors:
%      Ehsan Emamjomeh-Zadeh
%      Omid Gheibi
%
%--------------------------------------------------------------------------


\documentclass[oneside,a4paper,12pt]{book}

\ExplSyntaxOn
\cs_set_eq:NN
\etex_iffontchar:D
\tex_iffontchar:D
\cs_undefine:N \c_one
\int_const:Nn \c_one { 1 }
\ExplSyntaxOff

\input{styles/common.tex}
\input{styles/custom.tex}

\begin{document}


% -------------------- Front Pages --------------------

%\pagenumbering{alph}

\input{front/info.tex}
\input{front/template/title.tex}

\input{front/template/besmellah.tex}

% Uncomment the following line for adding signature page
%\input{front/template/signatures.tex}

%\input{front/acknowledge.tex}
\input{front/abstract.tex}


% -------------------- Table of Contents --------------------


\pagestyle{fancy}

\tableofcontents \newpage
\listoffigures \newpage
\listoftables \newpage

\chapter*{علائم}
%\textbf{\Huge{علائم}}\newpage

\begin{longtable}{ p{.10\textwidth}  p{.90\textwidth} } 
\vspace{6mm} $\ell$& Wavelength\\
\vspace{6mm}$c$&speed of light in vacuum\\
\label{tab:myfirstlongtable}
\end{longtable}
%\pagenumbering{arabic}

% -------------------- Chapters --------------------

\include{chapters/guide}
\include{chapters/writing}
\include{chapters/introduction}
\include{chapters/definitions}
\include{chapters/literature}
\include{chapters/results}
\include{chapters/conclusions}


% -------------------- Appendices --------------------

\begin{appendix}
\include{chapters/appendix}
\end{appendix}

% -------------------- Bibliography --------------------


\input{bibs/bibs.tex}


% -------------------- English Pages --------------------


\newgeometry{left=3cm,right=2.5cm}

\input{front/dictionary}
\input{front/abstract-eng.tex}
\input{front/template/title-eng.tex}


% -------------------- The End! --------------------

\end{document}