\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}
PDF Preview
Create an account to compile and preview