\documentclass[twoside]{iitbthesis}
\usepackage{blindtext}
\usepackage{xurl}
\begin{document}
\frontmatter
\pagestyle{plain}
\TitleSheet{A very long long long long long long thesis title}
[The degree I am graduating with]
{My wondrous name}
{My unique roll number}
{My multiple\\Supervisors}
{My department/school/center}
[Year of graduation]
\pagenumbering{roman}
\Dedication{I dedicate this thesis to...}
\Approval[4] % number of examiners
[2] % number of supervisors
\Declaration
\Abstract{Text}
\tableofcontents
\listoffigures
\listoftables
\cleardoublepage
\Nomenclature{All symbols/abbreviations used. Either enter them by hand using tables, or use some specific packages, see \url{https://ctan.org/search?phrase=nomenclature}}
\mainmatter
\pagestyle{headings}
\chapter{A small chapter}
Hi
\par \blindtext
\par \blindtext
\begin{figure}[htb]
\centering
\includegraphics[width=0.5\linewidth]{example-image-a}
\caption{A figure}
\end{figure}
\chapter{A medium sized chapter}
\blindtext[10]
\section{A section}
\blindtext[10]
\chapter{Another small chapter}
\blindtext
\begin{table}
\centering
\caption{A table}
\begin{tabular}{ll}
\hline
A & B\\
\hline
\end{tabular}
\end{table}
\backmatter
\Publications{List of my publications goes here}
\Acknowledgement{I thank ...}
\end{document}
PDF Preview
Create an account to compile and preview