\documentclass[12pt]{article}
\usepackage{fontspec}
\usepackage{sectsty}
\usepackage{geometry}
\usepackage{fancyhdr}
\usepackage{titling}
\usepackage[compact]{titlesec}
\geometry{
a4paper,
left = 2.45cm,
right = 2.45cm,
top = 2.45cm,
bottom = 3cm,
headheight= 0cm,
footskip = 1.2cm
}
\newcommand{\quickwordcount}[1]{
\immediate\write18{texcount -1 -sum -merge -q #1.tex > #1-words.sum }
\input{#1-words.sum}
}
%This is ShareLaTeX Specific (or if the fonts are not installed in your system)
%-----------------------------------------------------------------------
% Arial Narrow
\setmainfont[
BoldFont=ArialNarrowBold.ttf,
ItalicFont=ArialNarrowItalic.ttf,
BoldItalicFont=ArialNarrowBoldItalic.ttf
]{ArialNarrow.ttf}
%-----------------------------------------------------------------------
\titleformat{\section}{\fontsize{14pt}{22pt}\bfseries}{\thesection.}{0.5em}{}
\titleformat{\subsection}{\fontsize{12pt}{22pt}\bfseries}{\thesubsection}{0.5em}{}
\titlespacing{\section}{0pt}{\parskip}{-5pt}
\titlespacing{\subsection}{0pt}{0pt}{-6pt}
\titlespacing{\subsubsection}{0pt}{0pt}{-6pt}
\setlength{\parindent}{0em}
\title{Software process improvement can only be truly effective if every aspect of the software development process is automatically measured and assessed.}
\author{John Smith (a1234567)}
\date{03 May 2019}
\newcommand{\subtitle}{Essay 2 – Part 2}
\pagestyle{fancy}
\fancyhf{}
\rhead{{\fontsize{9pt}{0pt}\selectfont \subtitle}}
\lhead{{\fontsize{9pt}{0pt}\selectfont \theauthor}}
\cfoot{{\fontsize{9pt}{0pt}\selectfont - \thepage -}}
\setlength{\headheight}{15pt}
\renewcommand{\headrulewidth}{0pt}
\begin{document}
%-----------------------------------------------------------------------
% Cover page
%-----------------------------------------------------------------------
\thispagestyle{empty}
\begin{center}
\begingroup
\fontsize{14pt}{22pt}\selectfont
\setlength{\parskip}{2em}
%%TC:ignore
\vspace*{1cm}
\theauthor
\thetitle
\subtitle
COMP SCI 7023, Software Process Improvement, Semester 1, 2019
Submitted \thedate
%%TC:endignore
\endgroup
\end{center}
%-----------------------------------------------------------------------
% Content page
%-----------------------------------------------------------------------
\newpage
\setlength{\parskip}{1em}
\section{Introduction}
Your essay should start with an introduction to the essay topic and state your position. Your essay should start with an introduction to the paper topic and state your position. Your essay should start with an introduction to the essay topic and state your position. Your essay should start with an introduction to the essay topic and state your position. Your essay should start with an introduction to the essay topic and state your position. Your essay should start with an introduction to the essay topic and state your position. Your essay should start with an introduction to the essay topic and state your position. Your essay should start with an introduction to the essay topic and state your position. Your essay should start with an introduction to the essay topic and state your position \cite{Humphrey:2005}.
\section{Appropriate Section Heading – Sections Can Be More Than 1 Paragraph}
A point in my argument backed up by citations of appropriate papers that I have read. Some reasoned, deep and profound thoughts help demonstrate that you have thought through the essay topic and have a sound basis for the position you have taken. A point in my argument backed up by citations of appropriate papers that I have read. Some reasoned, deep and profound thoughts help demonstrate that you have thought through the essay topic and have a sound basis for the position you have taken \cite{Humphrey:2000}.
A point in my argument backed up by citations of appropriate papers that I have read. Some reasoned, deep and profound thoughts help demonstrate that you have thought through the essay topic and have a sound basis for the position you have taken. A point in my argument backed up by citations of appropriate papers that I have read. Some reasoned, deep and profound thoughts help demonstrate that you have thought through the essay topic and have a sound basis for the position you have taken. A point in my argument backed up by citations of appropriate papers that I have read. Some reasoned, deep and profound thoughts help demonstrate that you have thought through the essay topic and have a sound basis for the position you have taken.
\section{Appropriate Section Heading – Sections Can Be More Than 1 Paragraph}
A point in my argument backed up by citations of appropriate papers that I have read. Some reasoned, deep and profound thoughts help demonstrate that you have thought through the essay topic and have a sound basis for the position you have taken. A point in my argument backed up by citations of appropriate papers that I have read. Some reasoned, deep and profound thoughts help demonstrate that you have thought through the essay topic and have a sound basis for the position you have taken.
\subsection{Appropriate Sub-section Heading – Sections Can Be More Than 1 Paragraph}
A point in my argument backed up by citations of appropriate papers that I have read. Some reasoned, deep and profound thoughts help demonstrate that you have thought through the essay topic and have a sound basis for the position you have taken. A point in my argument backed up by citations of appropriate papers that I have read. Some reasoned, deep and profound thoughts help demonstrate that you have thought through the essay topic and have a sound basis for the position you have taken.
A point in my argument backed up by citations of appropriate papers that I have read. Some reasoned, deep and profound thoughts help demonstrate that you have thought through the essay topic and have a sound basis for the position you have taken. A point in my argument backed up by citations of appropriate papers that I have read. Some reasoned, deep and profound thoughts help demonstrate that you have thought through the essay topic and have a sound basis for the position you have taken. A point in my argument backed up by citations of appropriate papers that I have read. Some reasoned, deep and profound thoughts help demonstrate that you have thought through the essay topic and have a sound basis for the position you have taken.
\subsection{Appropriate Sub-section Heading – Sections Can Be More Than 1 Paragraph}
A point in my argument backed up by citations of appropriate papers that I have read. Some reasoned, deep and profound thoughts help demonstrate that you have thought through the essay topic and have a sound basis for the position you have taken. A point in my argument backed up by citations of appropriate papers that I have read. Some reasoned, deep and profound thoughts help demonstrate that you have thought through the essay topic and have a sound basis for the position you have taken.
A point in my argument backed up by citations of appropriate papers that I have read. Some reasoned, deep and profound thoughts help demonstrate that you have thought through the essay topic and have a sound basis for the position you have taken. A point in my argument backed up by citations of appropriate papers that I have read. Some reasoned, deep and profound thoughts help demonstrate that you have thought through the essay topic and have a sound basis for the position you have taken. A point in my argument backed up by citations of appropriate papers that I have read. Some reasoned, deep and profound thoughts help demonstrate that you have thought through the essay topic and have a sound basis for the position you have taken.
\section{Conclusion}
A summary of my argument that restates my position. This should provide a clear conclusion to the essay. A summary of my argument that restates my position. This should provide a clear conclusion to the essay. A summary of my argument that restates my position. This should provide a clear conclusion to the essay. A summary of my argument that restates my position. This should provide a clear conclusion to the essay. A summary of my argument that restates my position. This should provide a clear conclusion to the essay.
\vspace{25mm}
%%TC:ignore
Word Count: \quickwordcount{main}
\newpage
\bibliographystyle{ieeetr}
\bibliography{main.bib}
%%TC:endignore
\end{document}