This is an unofficial post-graduate thesis template for the Indian Institute of Technology Bhubaneswar.
% Indian Institute of Technology Bhubaneswar Post-Graduate Dissertation Template
%
% Please read the comments in this file and make appropriate edits.
% NOTE: Always refer to the ``Preparation and Submission Manual for
% Doctoral Dissertations and Masters Theses for 20**'', where 20** is
% the year of your graduation, for official preparations guidelines.
%
% Author: Himadri Sekhar Basu <hsb10@iitbbs.ac.in>
\documentclass[11pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[nottoc]{tocbibind}
\usepackage{epsfig}
\usepackage{siunitx}
\usepackage{amsmath, amsfonts, amssymb, makeidx, lmodern, float, csquotes, caption, subcaption, titling, array, tabu}
\usepackage[left=2.5cm,right=2.5cm,top=2.5cm,bottom=2.5cm]{geometry}
\usepackage[usenames, dvipsnames]{xcolor}
\definecolor{myred}{RGB}{120, 0, 0}
\definecolor{mygreen1}{RGB}{234,236,209}
\definecolor{myteal}{RGB}{0,128,128}
\usepackage{graphicx}
\graphicspath{{figures/}}
%% To use other bibliography styles with biblatex, visit:
%% https://www.overleaf.com/learn/latex/Biblatex_bibliography_styles
%% https://ctan.org/search?phrase=biblatex+styles
\usepackage[backend=biber, sorting=none, %
defernumbers=true, style=nature, doi=true]{biblatex}
\addbibresource{bibliography.bib}
\usepackage{hyperref}
\hypersetup{colorlinks=true, linkcolor=blue, citecolor=myteal, urlcolor=red}
\newcounter{Section*}
\newcommand\addtotoc[1]{
\refstepcounter{Section*}
\addcontentsline{toc}{section}{#1}}
\setlength{\parindent}{4em}
\setlength{\parskip}{0.1em}
\renewcommand{\baselinestretch}{1.5}
\def\session{\ifcase\month\or
January\or February\or March\or April\or May\or June\or
July\or August\or September\or October\or November\or December\fi
,\space \number\year}
\title{
\LARGE \bf Some title}
\author{
\Large a thesis submitted\\
\Large for partial fulfillment of the requirements for the award of the degree of\\
\Large Master of Technology\\[4ex]
\Large \textit{by}\\
\LARGE \bf Author\\[10pt]
\LARGE M.Tech.(Abbreviated course)\\ % %eg. (T.S.E.) for thermal science and engineering
\LARGE Roll number \\[4ex]
\Large \textit{Under the supervision of}\\
\LARGE Supervisor\\[4ex]
\includegraphics[height=4cm, scale=1]{iitbbs.png}\\[10pt]
\LARGE \bf Your school or department\\
\LARGE \bf Indian Institute of Technology, Bhubaneswar\\
\LARGE Argul, Odisha-752050\\[4ex]
}
\date{\LARGE \session}
\begin{document}
\pagenumbering{gobble}
\maketitle
\newpage\null\newpage
%%-----Dedication-----%%
%\topskip0pt
\vspace*{\fill}
\begin{center}
\textit{{\huge Dedicated to,\\ \vspace{1em}
My beloved family, without whose endless love and support, I could not achieve this.}}
\end{center}
\vspace*{\fill}
\newpage\null\newpage
\pagenumbering{roman}
\input{Sections/00_declaration_acknowledge}
\newpage\null\newpage
\input{Sections/01_certificate}
\newpage\null\newpage
\input{Sections/02_abstract}
\tableofcontents
\clearpage
\listoffigures
\clearpage
\listoftables
\clearpage
\pagenumbering{arabic}
\input{Sections/10_introduction}
\input{Sections/20_literature_survey}
\input{Sections/30_section_3}
\input{Sections/90_conclusion}
\input{Sections/100_suggestion}
\printbibliography[heading=bibintoc]
% Comment the following line if you don't want to print
% all the citations in the bibliography file
\nocite{*}
\end{document}