IIT Patna BTP Thesis Template
Author
Mohit Kishore
Last Updated
4年前
License
Creative Commons CC BY 4.0
Abstract
The template for BTech Thesis submission for IIT Patna students.
The template for BTech Thesis submission for IIT Patna students.
\documentclass {CSEThesis}
% Standard packages
\usepackage{amsmath} % Extra math definitions
\usepackage{graphics} % PostScript figures
\usepackage{setspace} % 1.5 spacing
%\usepackage{psfig,epsfig}
\usepackage{multicol}
\usepackage{subfigure}
\usepackage{epsfig,color}
% Custom packages
%\usepackage[first]{datestamp} % Datestamp on first page of each chapter
\usepackage{color}
%===== page layout
% Define the side margins for a right-side page
%\insidemargin = 1.3in \outsidemargin = 0.9in
% Above margin is space above the header
% Below margin is space below footer
%\abovemargin = 1.5in \belowmargin = 0.05in
\btptitle = {Title of Your BTP} % { and } are needed around your name
\name = {Student Name} % and other feilds. don't remove.
\rollno = {03010104} \email = {id.iitp.ac.in} \guide = {Your guide
name}
\begin{document}
\include{title}
\cleardoublepage
\include{certificate}
\cleardoublepage
\include{acknowledgement}
\cleardoublepage
\tableofcontents
\cleardoublepage
\addcontentsline{toc}{chapter}{List of Figures}
\listoffigures
\cleardoublepage
\addcontentsline{toc}{chapter}{List of Tables}
\listoftables
\cleardoublepage
\pagenumbering{arabic}
\def\headrulehook{\color{black}} % Color the header rule
%========== Chapters
\typeout{}
\include{chapter1}
\cleardoublepage
\typeout{}
\include{chapter2}
\cleardoublepage
\typeout{}
\include{chapter3}
\cleardoublepage
\typeout{}
\include{chapter4}
\cleardoublepage
\typeout{}
\include{futurework}
\typeout{}
\bibliography{btp}
\bibliographystyle{alpha}
\end{document}