Skip to content

Instantly share code, notes, and snippets.

@theoctober19th
Created July 16, 2019 09:48
Show Gist options
  • Save theoctober19th/994e63729216cf41ae2530323cadf326 to your computer and use it in GitHub Desktop.
Save theoctober19th/994e63729216cf41ae2530323cadf326 to your computer and use it in GitHub Desktop.
LaTeX code for writing Project Reports (Format of NCIT College)
\documentclass[12pt, a4paper]{report}
% gives the margin to the page for entire document
\usepackage[bindingoffset=1.57cm, left=2.54cm, right=2.54cm, top=2.54cm, bottom=2.54cm]{geometry}
\usepackage{graphicx}
\graphicspath{ {images/} }
\usepackage{wrapfig}
\usepackage{mathptmx}
\usepackage{setspace}
\setlength\intextsep{0pt}
%Line Spacing options
\linespread{1.2}
\begin{document}
\begin{titlepage}
\begin{center}
\large%14pt
A Major/Minor Project on
\huge %24pt
\textbf {\{Project Title\}}
\vfill
\large %14pt
Submitted in Partial Fulfillment of the \\
Requirements for the Degree of \\
\textbf {\{Author's Degree\}} \\
under Pokhara University
\vfill
Submitted by: \\
\textbf {\{Author1 Name\}, \{Roll Number\}} \\
\textbf {\{Author2 Name\}, \{Roll Number\}} \\
\textbf {\{Author3 Name\}, \{Roll Number\}} \\
\vfill
Under the supervision of: \\
\textbf {\{Supervisor Name\}}
\vfill
Date: \\
\textbf {dd MMM yyyy}
\vfill
\end{center}
\begin{wrapfigure}{L}{0.2\textwidth}
\centering
\includegraphics[width=0.2\textwidth]{college-logo}
\end{wrapfigure}
\fontfamily{phv}\selectfont
\textbf {\{Department of XYZ\}}
\Large %17pt
\textbf {NEPAL COLLEGE OF}
\LARGE %21pt
\textbf {\underline {INFORMATION TECHNOLOGY} }
\small %11 pt
Balkumari, Lalitpur, Nepal
\end{titlepage}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment