|
@@ -28,6 +28,12 @@
|
|
|
\usepackage{color}
|
|
\usepackage{color}
|
|
|
\usepackage{epstopdf}
|
|
\usepackage{epstopdf}
|
|
|
\usepackage{xcolor}
|
|
\usepackage{xcolor}
|
|
|
|
|
+% for banner
|
|
|
|
|
+\usepackage{tikz}
|
|
|
|
|
+% for title page
|
|
|
|
|
+\usepackage{setspace}
|
|
|
|
|
+\usepackage{multicol}
|
|
|
|
|
+\usepackage{makecell}
|
|
|
|
|
|
|
|
% define colours
|
|
% define colours
|
|
|
\definecolor{codegreen}{rgb}{0,0.6,0}
|
|
\definecolor{codegreen}{rgb}{0,0.6,0}
|
|
@@ -64,13 +70,40 @@
|
|
|
\setlength\parindent{0pt}
|
|
\setlength\parindent{0pt}
|
|
|
|
|
|
|
|
\begin{document}
|
|
\begin{document}
|
|
|
|
|
+ \begin{titlepage}
|
|
|
|
|
+ \newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
|
|
|
|
|
+ \begin{tikzpicture}[remember picture, overlay]
|
|
|
|
|
+ \node [anchor=north east, inner sep=0pt] at (current page.north east)
|
|
|
|
|
+ {\includegraphics[width=\paperwidth]{../graphics/ucl-banner-dl-port-outline.eps}};
|
|
|
|
|
+ \end{tikzpicture}\\[3cm]
|
|
|
|
|
+ \center
|
|
|
|
|
|
|
|
- % Adding the Title, Authour and Date
|
|
|
|
|
- \title{Final project report }
|
|
|
|
|
- \author{}
|
|
|
|
|
- \date{\today}
|
|
|
|
|
- \maketitle
|
|
|
|
|
|
|
+ \textsc{\Large University College London}\\[0.5cm]
|
|
|
|
|
+ \textsc{\large ELEC0033: Internet Of Things}\\[0.5cm]
|
|
|
|
|
|
|
|
|
|
+ \HRule \\[0.4cm]
|
|
|
|
|
+ \setstretch{1.5}
|
|
|
|
|
+ { \huge \bfseries Final project report}\\[0.4cm]
|
|
|
|
|
+ \setstretch{1.0}
|
|
|
|
|
+ \HRule \\[1.0cm]
|
|
|
|
|
+
|
|
|
|
|
+ \Large \emph{Authors:}\\[0.4cm]
|
|
|
|
|
+ \newcommand{\addauthor}[3]{\thead{\Large #1 \textsc{#2}\\\normalsize{\textbf{SN:} #3}}}
|
|
|
|
|
+ \begin{tabular}{ c c }
|
|
|
|
|
+ \addauthor{Sreethyan}{Aravinthan}{17034996}
|
|
|
|
|
+ &
|
|
|
|
|
+ \addauthor{Constantina}{Papavasileiou}{17001295}
|
|
|
|
|
+ \\
|
|
|
|
|
+ \addauthor{Mindaugas}{Jarmolovi\v{c}ius}{17139494}
|
|
|
|
|
+ &
|
|
|
|
|
+ \addauthor{Miriam}{Robledo}{17080614}
|
|
|
|
|
+ \end{tabular}
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ \vfill
|
|
|
|
|
+ {\large\today}\\[2cm]
|
|
|
|
|
+
|
|
|
|
|
+ \end{titlepage}
|
|
|
% start on new page
|
|
% start on new page
|
|
|
\newpage
|
|
\newpage
|
|
|
|
|
|