\part{Thesis Typesetting}
We typeset thesis by a class called \textsf{xepersian-thesis} which is the modified version of \textsf{report} class, therefore it contains all the commands and options that \textsf{report} class has. I just give an input example since the commands are easy to understand and this manual is already too long and boring enough!
\begin{LVerb}
\documentclass[a4paper,11pt]{xepersian-thesis}
\usepackage{xepersian}
\settextfont[Scale=1]{XB Zar}
\setromantextfont[Scale=1]{Linux Libertine}
\setdigitfont[Scale=1]{XB Zar}
\begin{document}
\title{
}
\author{}
\degree{}
\supervisor{}
\department{}
\university{}
\city{}
\thesisdate{\today}
\maketitle
\begin{acknowledgementpage}
... ...
\end{acknowledgementpage}
\begin{abstractpage}
... ...
\keywords{}
\end{abstractpage}
\tableofcontents
\listoftables
\chapter{}
... ...
\Roman
\romantitle{}
\romanauthor{}
\romandegree{}
\romanthesisdate{\romantoday}
\romansupervisor{}
\romandepartment{}
\romanuniversity{}
\romancity{}
\begin{romanabstract}
... ...
\romankeywords{}
\end{romanabstract}
\makeromantitle
\end{document}
\end{LVerb}
\begin{Warning}
\begin{itemize}
\item You should rename the image of your university logo to \textsf{logo} and put it in the current directory so \XePersian\ can compile your document correctly.
\item The argument of \n\romanuniversity\ does not contain the word {\UsageFont University} so this means you have to type it yourself, i.e. If your want to produce \textsf{University of Tehran}, then you have to type \texttt{University of Tehran} for "".
\end{itemize}
\end{Warning}
\endinput