This template will be useful for M.Tech students at IIT-Kgp to submit their thesis work.
\documentclass[12pt]{report}
%load any additional packages
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{natbib}
\usepackage{multicol}
\setlength{\topmargin}{0.0in}
\setlength{\oddsidemargin}{0.33in}
\setlength{\evensidemargin}{-0.08in}
\setlength{\textheight}{8.5in}
\setlength{\textwidth}{6.0in}
\def\mytitle{Long thesis title}
\def\myname{Student Name}
\def\mydegree{Student Degree}
\def\mysupervisor{Student Supervisor}
\def\myrollno{Student Roll}
\def\mydep{Student Department}
\def\mydegreedate{Date}
\begin{document}
\baselineskip=18pt plus1pt
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\pagenumbering{roman}
%Front Matter
\include{./FrontMatter/titlePage}
\include{./FrontMatter/certificate}
%\include{./FrontMatter/dedication}
\include{./FrontMatter/acknowledgements}
\include{./FrontMatter/abstract}
\tableofcontents
\listoffigures
%Main material
\clearpage
\pagenumbering{arabic}
\include{./Chapters/chapter1}
%Bibliography
\addcontentsline{toc}{chapter}{Bibliography}
\bibliographystyle{agsm}
\bibliography{references}
\end{document}