IIT Hyderabad Thesis Template
Author
Utpal Bora
Last Updated
2 years ago
License
Creative Commons CC BY 4.0
Abstract
Thesis template (v1.3) for IIT Hyderabad.
Thesis template (v1.3) for IIT Hyderabad.
\documentclass[lof,lot,loa,lol,department=cse,degree=phd,backref=page,spacing=onehalf]{iiththesis}
\title{Title of your dissertation}
\submitted{\today}
\author{Author Name}
\rollno{IITH roll no}
\adviser{Adviser}
\addradviser{Dept. of \department \\ \iithfull}
\coguide{Co-Adviser}
\addrcoguide{Dept. of \department \\ \iithfull}
\chair{Prof. Examiner}
\addrchair{Dept. of Some Eng \\ IIT}
\external{Prof. External}
\addrexternal{Dept. of Some Eng \\ IIT}
\internal{Prof. Internal}
\addrinternal{Dept. Some Eng \\ IIT}
\usepackage{import}
\import{common/}{preamble}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Include specific chapters while preserving the chapter number.
%% Abstract must always be added.
\includeonly{
acknowledgments/acks,
dedication/dedication,
abstract/abstract,
intro-chapter/introduction,
chapter-1/chapter-1,
conclusion-chapter/conclusion
}
\include{acknowledgments/acks}
\include{dedication/dedication}
\include{abstract/abstract}
\renewcommand{\bibname}{References}
\begin{document}
\include{intro-chapter/introduction}
\include{chapter-1/chapter-1}
\include{conclusion-chapter/conclusion}
\clearpage
\newpage
\phantomsection\addcontentsline{toc}{chapter}{References} % Please do not remove this
\bibliographystyle{alpha}
%\bibliographystyle{iiththesis}
\bibliography{common/references}
%\printindex
\end{document}