% Date : April 1, 2020
% Author :
% Subhankar Mishra
% School of Computer Sciences
% NISER
% To compile locally, please use
% - XeLatex
% - LuaLatex
\documentclass{niserPhD}
\begin{document}
\include{sections/title}
\pagenumbering{roman}
\baselineskip=20pt
\include{sections/vivavoce}
\include{sections/statement}
\include{sections/declaration}
\include{sections/publist}
\include{sections/dedicate}
\include{sections/acknowledgement}
\include{sections/abstract}
\clearpage
% Delete current footer settings
% Update the header and footer
\fancyfoot{}
\pagestyle{fancyplain}
\renewcommand{\chaptermark}[1]{\markboth{\thechapter\ #1}{\thechapter\ #1}} % remember chapter title
\lhead[\fancyplain{}{}]{\fancyplain{}{}}
\rhead[\fancyplain{}{}]{\fancyplain{}{\em\leftmark }}
\renewcommand{\headrulewidth}{0.3pt}
\cfoot{\rm\thepage} % page number
% \baselineskip=12pt
\tableofcontents
\include{sections/note} % Comment this when you are ready.
\pagenumbering{arabic}
\include{sections/summary}
\clearpage
\listoffigures
\clearpage
\listoftables
\clearpage
\baselineskip=24pt
\include{chapters/chap1}
\include{chapters/chap2}
\include{chapters/chap3}
\include{chapters/chap4}
\include{sections/reference}
\include{sections/appendix}
%}
\end{document}