The University of Lincoln Computer Science Report
Author
Joseph Pitts
Last Updated
5 years ago
License
Creative Commons CC BY 4.0
Abstract
Template for a Computer Science Report
Template for a Computer Science Report
\documentclass[11pt,a4paper,oneside]{article}
\input{UoLReportTemplate/preamble/setup}
\begin{document}
% -------------------------------------------------------------------
% Edit these details!
% -------------------------------------------------------------------
\newcommand{\moduleCode}{CMP2802M}
\newcommand{\moduleTitle}{Internet of Things}
\newcommand{\yourName}{Joe Pitts}
\newcommand{\yourID}{PIT16657094}
\input{UoLReportTemplate/preamble/title}
% -------------------------------------------------------------------
% Contents
% -------------------------------------------------------------------
\tableofcontents
\listoffigures
\listoftables
% -------------------------------------------------------------------
% Main sections (as required)
% -------------------------------------------------------------------
\input{UoLReportTemplate/sections/Help}
\input{UoLReportTemplate/sections/Section One}
\input{UoLReportTemplate/sections/Section Two}
\input{UoLReportTemplate/sections/Section Three}
% -------------------------------------------------------------------
% Bibliography
% -------------------------------------------------------------------
\renewcommand*{\bibfont}{\raggedright}
\bibliographystyle{agsm}
\bibliography{mybibliography}
\end{document}