
Report Format (MNIT)
Author
D. Dudi
Last Updated
5 months ago
License
Creative Commons CC BY 4.0
Abstract
Report for project, Department of Mathematics, MNIT Jaipur

\documentclass[12pt,a4paper]{report}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{graphicx}
\usepackage[square,sort,comma,numbers]{natbib}
\usepackage[left=1.25in,right=1in,top=1in,bottom=1in]{geometry}
%\newtheorem{chapter}{Chapter}
\newtheorem{theorem}{Theorem}[chapter]
\newtheorem{example}{Example}[chapter]
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{remark}[theorem]{Remark}
\newtheorem{definition}[theorem]{Definition}
\usepackage{makeidx}
\usepackage{enumerate}
\newtheorem{conjecture}[theorem]{Conjecture}
\newtheorem{principle}[theorem]{Principle}
\newtheorem{result}[theorem]{Result}
\usepackage{setspace}
\setstretch{1.5}
\hyphenpenalty
\exhyphenpenalty
\begin{document}
%\baselinestretch{1.5 cm}
%-----Title Page-------------------------------------------------
\begin{titlepage}
{\centering{\LARGE{\textbf{Topic Name}}}\\\vspace*{\fill} {\large{A project report\\[0.2cm] submitted by}}\\\vspace*{\fill} {\Large{\itshape Your Name}}\\(2021PMA55**)\\ \vspace*{\fill}{\large under the supervision of}\\[0.2cm]
{\Large \textit{Dr. ******}}\\\vspace*{\fill}{\large in partial fulfillment of\\ the requirements for the degree of} \\
{\Large Master of Science (Mathematics)} \\\vspace*{\fill} to the\\\vspace*{\fill}
\includegraphics[scale=0.05]{logo.png}\\[0.5cm]
{\large Department of Mathematics \\ Malaviya National Institute of Technology Jaipur} \\ December 2022
\newpage
MALAVIYA NATIONAL INSTITUTE OF TECHNOLOGY JAIPUR\\DEPARTMENT OF MATHEMATICS \\
\vspace{1cm}
{\LARGE \textbf{DECLARATION}}\\}
\vspace{1cm}
I hereby declare that the work reported in the project titled \textbf{``Topic Name"} submitted for the partial fulfillment of M.Sc. degree at the Department of Mathematics, Malaviya National Institute of Technology Jaipur, is record of my work carried out under the supervision of \textit{Dr. ****}.
\vspace{3cm}
\begin{flushright}
{\Large YourName}\\(M.Sc. Final)\\
Department of Mathematics\\MNIT Jaipur\\December 2022
\end{flushright}
\newpage
{\centering MALAVIYA NATIONAL INSTITUTE OF TECHNOLOGY JAIPUR\\DEPARTMENT OF MATHEMATICS \\
\vspace{1cm}
{\Large \textbf{CERTIFICATE}}\\}
\vspace{.50cm}
It is certified that \textbf{YourName} has submitted project under my supervision for partial fulfillment of M.Sc. degree in Mathematics on the topic \textbf{``Topic Name"}. It is further certified that the above candidate has carried out the project work under my guidance during the academic session 2021-2022 at the Department of Mathematics, Malaviya National Institute of Technology Jaipur.
\vspace{2cm}
\begin{flushright}
{\Large {Dr. ****}}\\
Assistant Professor\\Department of Mathematics\\MNIT Jaipur- 302017
\end{flushright}
\newpage
\begin{center}
{\LARGE \textbf{ACKNOWLEDGEMENT}}\\
\end{center}
\vspace{1cm}
As a matter of first importance, I offer my genuine thanks to my supervisor Dr. ****, Assistant Professor, MNIT Jaipur. I appreciate his support and help during the project work. Own Ideas/Acknowledgement\\
\vspace{1cm}
\begin{flushright}
{\large YourName}\\(2021PMA55**)\\
\end{flushright}
\end{titlepage}
%---------End of Title Page-----------------------------------------------
%---------Contents Page---Don't Change-----------------------------------
\newpage
\tableofcontents
\newpage
%----------Your Content Starts from here----------------------------------
\chapter{Introduction}
\vspace{1cm}
%Start Here
\newpage
\chapter{Preliminaries}
\vspace{1cm}
%Start Here
\newpage
\chapter{ChapterName}
\vspace{1cm}
%Start Here
\newpage
\chapter{ChapterName}
\vspace{1cm}
%Start Here
\newpage
%--------End of Content----------------------------------------
%--------Bibliography-------------------------------------
\bibliographystyle{amsplain}
\begin{thebibliography}{10}
\bibitem{beer1} Author Name, \textit{Book Name/Article Name}, Publisher Name , (Year).
\end{thebibliography}
%---------End of Bibliography---------------------------------
\end{document}