% Credit to Aditya Mishra (21013) for the hard work of putting together the format for BS Thesis/Project report.
\documentclass{IISERB}
\makenomenclature
%For index generation.
%\makeindex
%=====================Command Modification=========================
%Either enter your modifications here or write them in a seperate file and include it here.
\include{commands/commands}
\newcommand\sersic{S\'ersic}
\newcommand\msun{$M_{\odot}$}
\newcommand\gamornet{G\textsc{a}M\textsc{or}N\textsc{et}}
\newcommand\gampen{GaMPEN}
%=====================For Dummy text, tables and figures===============
%One can comment this section out
%\usepackage{lipsum}
%\usepackage{sator}
%===============================================================
% ------------------------------
% Individual details (Change these!)
\usepackage{etaremune}
% ------------------------------
% don't forget to remove the square brackets
\newcommand{\thesistitle}{Thesis Title}%Include your thesis title
\newcommand{\studentname}{Your Name}%Change it to your name
\newcommand{\salutation}{[Mr./Ms.]}% Mr. or Ms. or anything
\newcommand{\studentrollno}{12345}%Change it to your roll number
\newcommand{\advisorname}{Dr. Supervisor Name}%Change it to your advisor's name
\newcommand{\subject}{Electrical Engineering and Computer Science}%Change it to physics or maths
\newcommand{\thesisdate}{April, 20xx}%Include thesis year
\newcommand{\vivadate}{[Month, year]}%Include viva date, keep it same as the thesis date while forwarding for evaluation
\newcommand{\thesisyear}{[year]}%Again input the year for convinience
\newcommand{\external}{[name of Ex. Examiner]}%Input the name of external examiner
\newcommand{\memberone}{[name of the oral board examiner]}%Input the name of the member
\newcommand{\membertwo}{[name of the oral board examiner]}%Input the name of the member
\newcommand{\memberthre}{[name of the oral board examiner]]}%Input the name of the member
\begin{document}
\begin{titlepage}
\maketitle
\end{titlepage}
%%%%%%%%%%%%% 2nd title %%%%%%%%%%%%%
%\newpage
%\begin{titlepage}
%\maketitle
%\end{titlepage}
\pagebreak
\input{certificate.tex}
\addcontentsline{toc}{chapter}{Certificate}
\newpage
\addcontentsline{toc}{chapter}{Academic Integrity and Copyright Disclaimer}
\input{disclaimer.tex}
\newpage
\addcontentsline{toc}{chapter}{Acknowledgement}
\include{acknwldg}
%\newpage
%\addcontentsline{toc}{chapter}{Dedication}
%\input{dedication.tex}
\newpage
\addcontentsline{toc}{chapter}{Abstract}
\include{abstract}
\let\cleardoublepage\clearpage
\newpage
\addcontentsline{toc}{chapter}{Table of Contents}
\tableofcontents
\newpage
%====================Symbols================================
\addcontentsline{toc}{chapter}{List of Symbols and Abbreviations}%
\input{symbols.tex}
\let\cleardoublepage\clearpage
%=============Generating List of figures and list of tables================
\addcontentsline{toc}{chapter}{List of Figures}
\listoffigures
\let\cleardoublepage\clearpage
\addcontentsline{toc}{chapter}{List of Tables}
\listoftables
\pagestyle{fancy}
\clearpage
\pagenumbering{arabic}
%=====================Chapters==============================================
\newpage
\include{chapter1}
\let\cleardoublepage\clearpage
\include{chapter2}
\let\cleardoublepage\clearpage
\include{chapter3}
\let\cleardoublepage\clearpage
\include{chapter4}
\let\cleardoublepage\clearpage
\include{chapter5}
\let\cleardoublepage\clearpage
%=============================References=====================================
%\singlespacing
%\addcontentsline{toc}{chapter}{References}
%\bibliographystyle{unsrt} %bibliography style
%\renewcommand{\bibname}{References} %bibliography chapter header
%\bibliography{endmatter/references} %.bib file source
%==============================Appendices===================================
\appendix
\appendixpage
%\suppresschapternumber
%removedotbetweenchapterandsection
\let\cleardoublepage\clearpage
\include{appendixA}
\let\cleardoublepage\clearpage
\include{appendixB}
\let\cleardoublepage\clearpage
\newpage
\pagestyle{empty}
\addcontentsline{toc}{chapter}{List of Publications}
\include{list_of_pubs}
%========To generate dummy table, delete to write new===============
%\satortab
%=========================================================
%\chapter{Second Appendix}
%========To generate dummy figure, delete to write new===============
%\satorfig
%=========================================================
\bibliographystyle{unsrt}
\bibliography{references.bib}
\addcontentsline{toc}{chapter}{Bibliography}
%\include{spine}
\end{document}