PhD Thesis Template for NIT Raipur
Author
Akshay Hinduja
Last Updated
há 5 anos
License
Creative Commons CC BY 4.0
Abstract
A Simple LaTeX template of PhD Thesis for NIT Raipur
A Simple LaTeX template of PhD Thesis for NIT Raipur
\documentclass[12pt,a4paper]{book}
\input{settings/packages}
\input{settings/config}
%\includeonly{heads/outterCoverPage, heads/innerCoverPage, heads/declaration, heads/certificateSupervisor, heads/acknowledgement, heads/abstract, heads/certificateExaminers,heads/abbreviations, heads/symbolList}
\begin{document}
% Inclusion of Heads
\include{heads/outterCoverPage}
%\shipout\null
\frontmatter
\include{heads/innerCoverPage}
\cleardoublepage
\include{heads/declaration}
\cleardoublepage
\include{heads/certificateSupervisor}
\cleardoublepage
\include{heads/acknowledgement}
\cleardoublepage
\include{heads/abstract}
\cleardoublepage
\include{heads/certificateExaminers}
\cleardoublepage
\section*{
\tableofcontents}
\addcontentsline{toc}{section}{Table of Contents}
\section*{
\listoffigures}
\addcontentsline{toc}{section}{List of Figures}
\section*{
\listoftables}
\addcontentsline{toc}{section}{List of Tables}
%\include{heads/symbolList}
%Inclusion of Chapters : Main Body
\mainmatter
%\setcounter{page}{1}
\include{chapters/introduction}
\include{chapters/chap2}
\include{chapters/chap3}
\include{chapters/conclusion}
%Inclusion of Tails
\backmatter
\include{tails/references}
\include{tails/biodata}
\include{tails/listPublications}
\end{document}