DDU Gorakhpur University Dissertation
Author
Omkeshwar Gupta
Last Updated
6 months ago
License
Creative Commons CC BY 4.0
Abstract
Enjoy the templete
% COPYRIGHT NOTICE
% ----------------
% Template Name: DDU GKP DISSERTATION
% Author: Omkeshwar Gupta
% Version: 1.0
% Date: 2024-05-18
% This LaTeX template is free to use, modify, and distribute for both personal and commercial purposes,
% provided that the following conditions are met:
% 1. The original author(s) must be credited for the creation of the template.
% 2. Any derivative works must include a prominent notice stating that the work is derived from this template.
% 3. This template or any derivative works may not be sold or distributed for profit without the explicit
% written permission of the original author(s).
% DISCLAIMER:
% This template is provided "as is" without warranty of any kind, either express or implied, including but
% not limited to the implied warranties of merchantability and fitness for a particular purpose. In no event
% shall the author(s) be liable for any claim, damages, or other liability, whether in an action of contract,
% tort, or otherwise, arising from, out of, or in connection with the template or the use or other dealings
% in the template.
% END OF COPYRIGHT NOTICE
\documentclass[12pt,a4paper]{report}
% Packages
\usepackage{geometry}
\usepackage{fancyhdr}
\usepackage{setspace}
\usepackage{titlesec}
\usepackage{graphicx}
\usepackage{lipsum}
\usepackage{caption}
% Set page margins
\geometry{top=1in, bottom=1in, left=1in, right=1in}
% Page numbering format
\pagestyle{fancy}
\fancyhf{}
\rfoot{\thepage}
\renewcommand{\headrulewidth}{0pt}
% Chapter and Section formatting
\titleformat{\chapter}[display]
{\normalfont\fontsize{14}{16}\selectfont\bfseries\centering}{\MakeUppercase{\chaptertitlename}\ \thechapter}{20pt}{\fontsize{14}{16}\selectfont\bfseries}
\titleformat{\section}
{\normalfont\fontsize{12}{14}\selectfont\bfseries}{\thesection}{1em}{}
\titleformat{\subsection}
{\normalfont\fontsize{12}{14}\selectfont\bfseries}{\thesubsection}{1em}{}
\titleformat{\subsubsection}
{\normalfont\fontsize{12}{14}\selectfont\bfseries}{\thesubsubsection}{1em}{}
% Table of Contents formatting
\makeatletter
\renewcommand*\l@chapter[2]{%
\ifnum \c@tocdepth >\m@ne
\addpenalty{-\@highpenalty}%
\vskip 1.0em \@plus\p@
\setlength\@tempdima{1.5em}%
\begingroup
\parindent \z@ \rightskip \@pnumwidth
\parfillskip -\@pnumwidth
\leavevmode \bfseries
\advance\leftskip\@tempdima
\hskip -\leftskip
#1\nobreak\hfil \nobreak\hb@xt@\@pnumwidth{\hss #2}\par
\penalty\@highpenalty
\endgroup
\fi}
\renewcommand*\l@section{\@dottedtocline{1}{0em}{2.3em}}
\renewcommand*\l@subsection{\@dottedtocline{2}{2.3em}{3.2em}}
\renewcommand*\l@subsubsection{\@dottedtocline{3}{5.5em}{4.1em}}
\renewcommand*\l@paragraph{\@dottedtocline{4}{8.6em}{5em}}
\renewcommand*\l@subparagraph{\@dottedtocline{5}{12em}{6em}}
\makeatother
% Title Page
\begin{document}
\begin{titlepage}
\centering
% Title
{\Huge \bfseries{[Your Project Title Here]}\par}
\vspace{1cm}
{\large A report submitted in partial fulfillment of the requirements for\par}
{\large\itshape the award of the degree of\par}
\vspace{2cm}
{\Large\bfseries M.Sc. (Mathematics)\par} % Uncomment this for MCA
% {\Large\bfseries Master of Science\par} % Uncomment this for M.Sc.
\vspace{2cm}
{\large by\par}
\vspace{2cm}
{\Large\bfseries [Your Name]\par}
\vspace{0.5cm}
{\Large\bfseries ([Your Roll Number])\par}
\vspace{1cm}
% University Logo
\includegraphics[width=0.4\textwidth]{figures/ddug-logo.jpg}\\
\vspace{1cm}
% Department and University
{\Large\bfseries Department of Mathematics\par}
{\Large\bfseries Deen Dayal Upadhyaya Gorakhpur University, Gorakhpur-273001\par}
{\Large\bfseries 2024\par}
\end{titlepage}
% Preliminaries
% Abstract
\chapter*{Abstract}
\addcontentsline{toc}{chapter}{Abstract}
\begin{spacing}{1.5}
[Your abstract content here]
\end{spacing}
\clearpage
% Candidate's Declaration
\chapter*{Candidate's Declaration}
\addcontentsline{toc}{chapter}{Candidate's Declaration}
\begin{spacing}{1.2}
I hereby certify that the work, which is being presented in the project report, entitled \textbf{[Your Project Title]}, in partial fulfillment of the requirement for the award of the Degree of Master of Science and submitted to the institution is an authentic record of my own work carried out during the period \textbf{Jan-2024 to May-2024} under the supervision of \textbf{[Professor's Name]}.
I also cited the reference about the text(s)/figure(s)/table(s)/equation(s) from where they have been taken.
The matter presented in this report has not been submitted elsewhere for the award of any other degree or diploma from any institutions.
\vspace{1cm}
\textbf{Date:} \rule{3cm}{.15mm} \hspace{5cm} \textbf{Signature of the Candidate}
\vspace{2cm}
This is to certify that the above statement made by the candidate is correct to the best of my knowledge. The Viva-Voce examination of \textbf{[Your Name]}, M.Sc. (Mathematics) Student has been held on \rule{5cm}{.15mm}.
\vspace{3cm}
\begin{minipage}[t]{0.45\textwidth}
\centering
\textbf{Signature of \\Research Supervisor(s)}
\end{minipage}%
\hfill
\begin{minipage}[t]{0.45\textwidth}
\centering
\textbf{Signature of \\Head of the Department}
\end{minipage}
\end{spacing}
\clearpage
% Acknowledgements
\chapter*{Acknowledgements}
\addcontentsline{toc}{chapter}{Acknowledgements}
[Your acknowledgements content here]
\clearpage
% Table of Contents and List of Figures
\tableofcontents
\listoffigures
\clearpage
% Main content
\chapter{Introduction}
% Include your Introduction content here.
[Your introduction content here]
% Literature Review
\chapter{Literature Review}
% Include your Literature Review content here.
[Your literature review content here]
% Proposed Approach
\chapter{Proposed Approach}
% Include your Proposed Approach content here.
[Your proposed approach content here]
% Implementation
\chapter{Implementation}
% Include your Implementation content here.
[Your implementation content here]
% Results and Discussion
\chapter{Results and Discussion}
% Include your Results and Discussion content here.
[Your results and discussion content here]
% Conclusion and Future Work
\chapter{Conclusion and Future Work}
% Include your Conclusion and Future Work content here.
[Your conclusion and future work content here]
% References
\chapter*{References}
\addcontentsline{toc}{chapter}{References}
% Include your references here, using \bibitem or \bibliography
% Appendices
\appendix
\chapter*{Appendix}
\addcontentsline{toc}{chapter}{Appendix}
[Your appendix content here]
\end{document}