Templates

VIT Masters Thesis

Preview

VIT Masters Thesis

This repo contains the VIT Masters thesis template. This template has a class file and I have defined some custom commands to take care of the low level tex works.

Category

masters

License

Free to use (MIT)

File

template-main.tex

template-main.texRead-only preview
\documentclass[12pt, a4paper, oneside]{vitmscthesis}

%% theorem environments...
\newtheorem{theorem}{Theorem}[chapter]
\newtheorem{lemma}[theorem]{Lemma}

\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{remark}{Remark} %% without numbering...

%% -- end theorem environments...

\renewcommand{\baselinestretch}{1.5} % for line spacing

\thesistitle{Title of the Thesis!!}
\thesison{Master Thesis}
\programme{M.Sc. Data Science}
\programmeLongName{Master of Science in Data Science}
\department{Department of Mathematics}
\school{School of Advanced Sciences}
\student{Student Name}
\regno{22MDT1000}
\guide{Dr. David Raj M}
\guidedesignation{Assistant Professor}
\hod{Dr.\,Manivannan A}
\submittedon{April - 2026}
\bibliographyname{References}

\begin{document}
	
%%%-----Printing the first few pages:  title, certificate, acknowledgment, etc.
\input{frontmatters/frontmatter-main}

\listoffigures
\listoftables 


\include{frontmatters/abbreviations.tex}

%%--- All chapters
\mainmatter
\include{chapters/chapter1}
\include{chapters/chapter2}
%\include{chapters/chapter3}
%\include{chapters/chapter4}
%\include{chapters/chapter5}
%\include{chapters/chapter6}


\addcontentsline{toc}{chapter}{\thebibliographyname}
\bibliographystyle{apalike}
\bibliography{reference}

\appendix

\include{appendices/appedix1}





%\include{backmatters/lastpage}

\end{document}
Preview
VIT Masters Thesis preview
VIT Masters Thesis LaTeX Template | Bibby | Bibby AI