% Credit to MSc. Physics-2025 batch for the hard work of putting together the format for BS Thesis/Project report.
\documentclass{GGVB}
\makenomenclature
%For index generation.
%\makeindex
%=====================Command Modification=========================
%Either enter your modifications here or write them in a seperate file and include it here.
% \include{commands/commands}
\newcommand\sersic{S\'ersic}
\newcommand\msun{$M_{\odot}$}
\newcommand\gamornet{G\textsc{a}M\textsc{or}N\textsc{et}}
\newcommand\gampen{GaMPEN}
%=====================For Dummy text, tables and figures===============
%One can comment this section out
%\usepackage{lipsum}
%\usepackage{sator}
%===============================================================
% ------------------------------
% Individual details (Change these!)
\usepackage{etaremune}
\usepackage[normalem]{ulem} % enables \uline
% ------------------------------
% don't forget to remove the square brackets
\newcommand{\thesistitle}{“Thesis Title”}%Include your thesis title
\newcommand{\degreetype}{Master of Science}%change it to your degree type
\newcommand{\degreeShort}{MSc.}%change it to your degree abreviation
\newcommand{\subject}{Physics}%change it to your subject
\newcommand{\semester}{$4^{\text{th}}$}%change it to your semester and its superscript only
\newcommand{\studentname}{Your Name}%Change it to your name
\newcommand{\salutation}{Mr./Ms.}% Mr. or Ms. or anything
\newcommand{\session}{2023-25}%Change it to your session year
\newcommand{\rollno}{XXXX0134}%Change it to your roll number
\newcommand{\Enrollno}{GGV/Y/XX827}%Change it to your Enroll number
\newcommand{\Guidename}{Guide Name}%Change it to your guide's name
\newcommand{\Guidesub}{Guide Name2}%Change it to phd scholar's name
\newcommand{\Guidedesignation}{Assistant Professor}%Change it to your guide's designation
\newcommand{\advisorname}{HOD Name}%Write name of your HOD
\newcommand{\advisornamesub}{Dean Name}%write name of your Dean of the school
\newcommand{\department}{Department of Pure and Applied Physics}%Change it to your department name
\newcommand{\school}{School of Physical Sciences}%Change it to your department name
\newcommand{\thesisdate}{15th May,2025}%Include thesis year
\begin{document}
\pagenumbering{arabic}
\begin{titlepage}
\maketitle
\end{titlepage}
%%%%%%%%%%%%% 2nd title %%%%%%%%%%%%%
%\newpage
%\begin{titlepage}
%\maketitle
%\end{titlepage}
\pagebreak
\input{forwarding certificate}
\addcontentsline{toc}{chapter}{Forwarding Certificate}
\newpage
\input{certificate.tex}
\addcontentsline{toc}{chapter}{Certificate}
\newpage
\addcontentsline{toc}{chapter}{Declaration}
\input{declaration.tex}
\newpage
\addcontentsline{toc}{chapter}{Acknowledgement}
\include{acknwldg}
%\newpage
%\addcontentsline{toc}{chapter}{Dedication}
%\input{dedication.tex}
\newpage
\addcontentsline{toc}{chapter}{Abstract}
\include{abstract}
\let\cleardoublepage\clearpage
\newpage
\addcontentsline{toc}{chapter}{Table of Contents}
\tableofcontents
\newpage
%====================Symbols================================
% \addcontentsline{toc}{chapter}{List of Symbols and Abbreviations}%
% \input{symbols.tex}
% \let\cleardoublepage\clearpage
%=============Generating List of figures and list of tables================
% \addcontentsline{toc}{chapter}{List of Figures}
% \listoffigures
% \let\cleardoublepage\clearpage
% \addcontentsline{toc}{chapter}{List of Tables}
% \listoftables
% \pagestyle{fancy}
% \clearpage
% \pagenumbering{arabic}
%=====================Chapters==============================================
\newpage
\include{chapter1}
\let\cleardoublepage\clearpage
\include{chapter2}
\let\cleardoublepage\clearpage
\include{chapter3}
\let\cleardoublepage\clearpage
\include{chapter4}
\let\cleardoublepage\clearpage
\include{chapter5}
\let\cleardoublepage\clearpage
%=============================References=====================================
%\singlespacing
%\addcontentsline{toc}{chapter}{References}
%\bibliographystyle{unsrt} %bibliography style
%\renewcommand{\bibname}{References} %bibliography chapter header
%\bibliography{endmatter/references} %.bib file source
%==============================Appendices===================================
% \appendix
% \appendixpage
% %\suppresschapternumber % Optional: suppress chapter number if needed
% %removedotbetweenchapterandsection % Optional: depends on your formatting preference
% \let\cleardoublepage\clearpage
% Include Appendix A
\include{appendixA}
\let\cleardoublepage\clearpage
% Include Appendix B
\include{appendixB}
\let\cleardoublepage\clearpage
% % Optional: List of Publications (if included at end)
% \newpage
% \pagestyle{empty}
% \addcontentsline{toc}{chapter}{List of Publications}
% \include{list_of_pubs}
%========To generate dummy figure, delete to write new===============
%\satorfig
%=========================================================
\bibliographystyle{unsrt}
\bibliography{references}
\addcontentsline{toc}{chapter}{Bibliography}
%\include{spine}
\end{document}