%\documentclass[11pt,a4paper]{book}
%\documentclass[a4paper,11pt,openany,oneside,msc]{VThesis}
\documentclass[a4paper,11pt,openany,msc]{VThesis}
\input{commands}
\begin{document}
\frontmatter
\pagenumbering{adadi}
\input{fa_title}
\tableofcontents\newpage\cleardoublepage
%\listoffigures
\pagenumbering{arabic}
\include{introduction}
\mainmatter
\include{chapter1}
\include{chapter2}
\include{chapter3}
\backmatter
\small
\bibliographystyle{chicago-fa}
%\bibliographystyle{asa-fa}
%\bibliographystyle{acm-fa}
\bibliography{MyReferences}
\printindex
\label{LastPage}
\end{document}