Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 5

% ------------------ DOCUMENT SETUP ------------------

% The document class defines the document type (report) and sets the font size
(12pt)
\documentclass[12pt]{report}

\usepackage{fontspec}
\setmainfont{Times New Roman}

\author{Your Name}

% Inputs the Document Packages


\input{_Packages}

% Controls how many subsections the document can take


% and how many of those will get put into the contents pages.
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}

% Line Spacing
\setstretch{1.5}

% Places a dot after Chapter/Section/Subsection number in Table of Contents


\renewcommand{\cftchapaftersnum}{.}
\renewcommand{\cftsecaftersnum}{.}
\renewcommand{\cftsubsecaftersnum}{.}

% Customize Dot spacing in Table of Contents/List of Figures/Tables


\renewcommand{\cftdotsep}{0.3}

% Line Break Properties


\tolerance=1
\emergencystretch=\maxdimen
\hyphenpenalty=10000
\hbadness=10000

% Formatting Table of Contents/Lists titles


\renewcommand{\contentsname}{\bfseries\LARGE{CONTENTS}}
\renewcommand{\listfigurename}{\bfseries\LARGE{LIST OF FIGURES}}

% Signature Line for the declaration


\newbox\namebox
\newdimen\signboxdim

\def\signature#1{%
\setbox\namebox=\hbox{#1}
\signboxdim=\dimexpr(\wd\namebox+3cm)
\parbox[t]{\signboxdim}{%
\centering
\hrulefill\\ % for a line
#1
\par}%
}
% Title Formatting customization
\titleformat{\chapter}[display]
{\normalfont\fontsize{16}{19}\bfseries}{\chaptertitlename\ \thechapter}{20pt}{\
fontsize{16}{19}\Huge}

% Set the font size for section headings


\titleformat{\section}{\normalfont\fontsize{14}{17}\bfseries}{\thesection}{1em}{}

% Set the font size for subsection headings


\titleformat{\subsection}{\normalfont\fontsize{14}{17}\bfseries}{\thesubsection}
{1em}{}
\titlespacing*{\section} {0pt} {0pt} {15pt} % left, before, after

\titleformat{\subsection}{\normalfont\bfseries\large}{\thesubsection.}{1em}{}
\titlespacing*{\subsection} {0pt} {10pt} {10pt}

\titleformat{\subsubsection}{\normalfont\bfseries\large}{\thesubsubsection.}{1em}{}
\titlespacing*{\subsubsection} {0pt} {10pt} {10pt}

% HEADER AND FOOTER


\pagestyle{fancy} % Set Page Style (Header and Footer Style)
\fancyhf{} % Clears the header and footer (from the default info)

% Header
\renewcommand{\headrulewidth}{0pt} % Removes the default Horizontal Line in Header
% Optional Headers
%\fancyhead[L]{}
%\fancyhead[R]{2022/2023}

% Footer
\fancyfoot[C]{\thepage} % Page Number

% Change figure numbering per section


\numberwithin{figure}{chapter}

%Acronym entries
\makeglossaries
\newacronym{US}{US}{Ultrasound}
%\usepackage{graphicx}
%\usepackage{subfigure}

% -------------------------------------------------
% --------- The document starts from here ---------
% -------------------------------------------------

\begin{document}
% ------------------ TITLE PAGE -------------------
\begin{titlepage}
\begin{center}
% UCL IMAGE
% \vspace*{-3cm}
% \makebox[\textwidth]{\includegraphics[width=\paperwidth]{Images/home
page.png}}

\vspace{2.3cm}
% Title
\textbf{CHIRANJEEVI \\}
{\relscale{1.19}{SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS OF MINI
PROJECT 1B\\ SEMESTER IV\\IN }}

\vspace{0.3cm}
{\relscale{1.15}\textbf{INFORMATION TECHNOLOGY\\}}
\vspace{0.3cm}
By\\
%\vspace{0.1cm}
1. NITHIN NAYAK\\
2.HIMANSHU TIWARI\\
3.SACHIN VISHWAKARMA\\
4.CHANDAN SINGH RAJPUROHIT\\
\vspace{0.9cm}
{\begin{singlespace} UNDER THE GUIDANCE OF :\\ ~ PROF.JYOTSNA MORE \\
(Assistant Professor, Department of Information Technology)\\\end{singlespace}}
\begin{figure}[h]
\centering
\includegraphics[height=6cm,width=6cm]{Images/XIE LOGO.png}
%\caption{first Page}
%\label{fig:enter-label}
\end{figure}

{\begin{singlespace} INFORMATION TECHNOLOGY DEPARTMENT\\XAVIER INSTITUTE OF


ENGINEERING\\UNIVERSITY OF MUMBAI\\2023-2024\\\end{singlespace}}
\end{center}
\end{titlepage}

% ---------------------- DECLARATION -----------------------


\newpage
\begin{figure}[h]
\vspace{1.0cm}
\centering{\relscale{1.8}{\textbf{XAVIER INSTITUTE OF ENGINEERING\\} }}
\vspace{1.5cm}
\relscale{1.15}{\textbf{Mahim Causeway , Mahim, Mumbai-400016\\}}
\vspace{1.0cm}
\relscale{1.0}{CERTIFICATE}
\vspace{1.0cm}
\\This to certify that
\vspace{1.5cm}\\
Nithin Nayak-(202203045)\hspace{150pt}-----------------------------\\
Himanshu Tiwari-(202203059)\hspace{150pt}-----------------------------\\
Sachin Vishwakarma(202203061)\hspace{150pt} ------------------------\\Chandan
Singh Rajpurohit(202203050)\hspace{150pt}-----------------
\end{figure}

\chapter*{Declaration} % the Asterix (*) indicates that this section will be added
to the table of contents but no number will be present beside it.
\addcontentsline{toc}{chapter}{Declaration}
I declare that this written submission represents my ideas in my own words and
where others’ Ideas or words have been included, I have adequately cited and
referenced the original sources.\\
I also declare that I have adhered to all the principles of academic honesty and
integrity and have not misrepresented or fabricated or falsified any
idea/data/fact/source in my submission.\\I understand that any violation of the
above will be cause for disciplinary action by the Institute and can also evoke
penal action from the sources which thus have not been properly cited or from whom
proper permission have not been taken when needed.

\vspace*{3cm}
\noindent\signature{Himanshu}\vspace*{3cm}
\noindent\signature{Nithin}\\
\vspace*{3cm}
\noindent\signature{Sachin }
\noindent\signature{Chandan}
\newpage
% ---------------------- ABSTRACT -----------------------
\newpage
\chapter*{Abstract} % the Asterix (*) indicates that this section will be added to
the table of contents but no number will be present beside it.
\addcontentsline{toc}{chapter}{Abstract}
\input{Abstract}

% ----------------- ACKNOWLEDGEMENTS -------------------


\newpage
\chapter*{Acknowledgements}

\addcontentsline{toc}{chapter}{Acknowledgement}
\input{Acknowledgments}
\newpage

% ------------------ TABLE OF CONTENTS --------------------


\tableofcontents

% ------------------- LIST OF FIGURES --------------------


\newpage
%{\let\oldnumberline\numberline % Uncomment to add the word 'Figure' to
figure number in List of Figures
%\renewcommand{\numberline}{\figurename~\oldnumberline}
\listoffigures
\addcontentsline{toc}{chapter}{List of Figures} % Add List of figures into contents
without any numeration
\input{Listoffigure}

% ------------------- INTRODUCTION ---------------------


\chapter{Introduction}
\input{Introduction} % Section/Chapter entries can be done in the Main.tex file or
in a
% separate tex file for longer and more complex documents

% ---------- Hardware and Software Requirement Software -----------


\chapter{Hardware and Software Requirement
Software }
\input{Materials and Methods} % Section/Chapter entries can be done in the Main.tex
file or in a
% separate tex file for longer and more complex documents
% ------------------- Analysis and Planning ---------------------
\chapter{Analysis and Planning}
\input{Analysis and Planning} % Section/Chapter entries can be done in the Main.tex
file or in a
% separate tex file for longer and more complex documents

% ------------------- Implementation ---------------------


\chapter{Implementation }
\input{Implementation} % Section/Chapter entries can be done in the Main.tex file
or in a
% separate tex file for longer and more complex documents

% ------------------- CONCLUSION AND FUTURE OUTLOOK ---------------------


\chapter{Conclusion and Future Outlook}
\input{Conclusion and Future Outlook}

% -------------------------------------------------
% --------- The document ends from here -----------
% -------------------------------------------------

\newpage
\begin{figure}[h]
\centering
\includegraphics[height=7cm,width=8cm]{Images/1.jpg}
\caption{\textbf{Doctor Login}}
%\label{fig:enter-label}
\end{figure}

\printglossary
\end{document}

You might also like