\documentclass[11pt]{article}
\renewcommand{\baselinestretch}{1.15}
% some commonly used packages are included here
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{float}
\usepackage{multirow}
\usepackage{listings}
\usepackage[a4paper, total={6.3in, 9.4in}]{geometry}
\usepackage{color}
\usepackage{booktabs}
\usepackage{tabularx}
\usepackage{amssymb}
% some configurations for the listings package
\definecolor{codegreen}{rgb}{0,0.6,0}
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
\definecolor{codepurple}{rgb}{0.58,0,0.82}
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}
\lstdefinestyle{mystyle}{
backgroundcolor=\color{backcolour},
commentstyle=\color{codegreen},
keywordstyle=\color{magenta},
numberstyle=\tiny\color{codegray},
stringstyle=\color{codepurple},
basicstyle=\footnotesize\ttfamily,
breakatwhitespace=false,
breaklines=true,
captionpos=b,
keepspaces=true,
numbers=left,
numbersep=5pt,
showspaces=false,
showstringspaces=false,
showtabs=false,
}
\lstset{style=mystyle}
% beginning of the report
\begin{document}
\input{cover.tex}
\pagenumbering{gobble}
\tableofcontents
\newpage
\pagenumbering{arabic}
% add your contents here
\end{document}

PDF Preview
Create an account to compile and preview