IITHThesis
Thesis template for IIT Hyderabad.
Install / Use
/learn @utpalbora/IITHThesisREADME
IIT Hyderabad Thesis template 
This is a thesis template for BTech/MTech/MS/PhD degrees at IIT Hyderabad.
How-To use the thesis template
The IITH thesis template can be used to typeset documents in LaTeX. The documentclass, iiththesis, provided with the template has various options to typeset thesis, synopsis, proposal, report, and techreports as per the institute guidelines.
To use the template, the system must have latex installed. The best way is to install TeX Live.
Steps:
-
clone the repository.
-
set primary field such as title, author name, roll number, adviser, co-adviser if any, in the
thesis.texfile. -
set the department and the degree using the documentclass options
departmentanddegreerespectively.- department=
csefor Computer Science and Engineering (default)eefor Electrical Engineeringmaefor Mechanical and Aerospace Engineeringchefor Chemical Engineeringccfor Climate Changeesfor Engineering Sciencecefor Civil Engineeringaifor Artificial Intelligencebmefor Biomedical Engineeringbtfor Biotechnologymsmefor Materials Science and Metallurgical Engineeringphyfor Physicsmathfor Mathematicschyfor Chemistrylafor Liberal Artsdesfor Designemfor Entrepreneurship and Management
- degree=
btechfor Bachelor of Technologybdesfor Bachelor of Designmtechfor Master of Technologymdesfor Master of Designmscfor Master of Sciencemdesfor Master in Development Studiesmphilfor Master of Philosophyphdfor Doctor of Philosophy (default)
- book=
thesisfor thesis (default)synopsisfor synopsisproposalfor research proposalreportfor reporttechreportfor tech report
- spacing=
singleonehalf(default)double
- department=
-
the other documentclass options are
loffor a list of figureslotfor a list of tablesloafor a list of algorithmslosfor a list of symbolslolfor a list of code listings
-
to generate the thesis pdf, run
make -
to generate the synopsis pdf, run
make synopsis -
to extract the declaratio page, run
make declaration -
to extract the approval sheet, run
make approval -
to generate the final version of the thesis including the signed approval sheet and the declaration page, replace the
declaration.pdfandapproval.pdffiles with the signed versions and then runmake final
Bug Reporting
Please feel free to report any bugs or send pull requests.
