|
@@ -38,12 +38,18 @@
|
|
|
\usepackage{multicol}
|
|
\usepackage{multicol}
|
|
|
\usepackage{makecell}
|
|
\usepackage{makecell}
|
|
|
|
|
|
|
|
|
|
+% References
|
|
|
|
|
+\usepackage[backend=bibtex,style=numeric,sorting=none]{biblatex}
|
|
|
|
|
+\addbibresource{references.bib}
|
|
|
|
|
+
|
|
|
% Caption in bold/italic and set depth to 2
|
|
% Caption in bold/italic and set depth to 2
|
|
|
\usepackage{chngcntr}
|
|
\usepackage{chngcntr}
|
|
|
\usepackage[format=plain,labelfont={bf,it},font=it]{caption}
|
|
\usepackage[format=plain,labelfont={bf,it},font=it]{caption}
|
|
|
\counterwithin{figure}{subsection}
|
|
\counterwithin{figure}{subsection}
|
|
|
\counterwithin{table}{subsection}
|
|
\counterwithin{table}{subsection}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
% define colours
|
|
% define colours
|
|
|
\definecolor{codegreen}{rgb}{0,0.6,0}
|
|
\definecolor{codegreen}{rgb}{0,0.6,0}
|
|
|
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
|
|
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
|
|
@@ -127,9 +133,7 @@
|
|
|
\input{design_methodology_and_implementation.tex}
|
|
\input{design_methodology_and_implementation.tex}
|
|
|
\input{experimental_results.tex}
|
|
\input{experimental_results.tex}
|
|
|
\input{engineering_trade_offs.tex}
|
|
\input{engineering_trade_offs.tex}
|
|
|
-
|
|
|
|
|
- \bibliographystyle{IEEEtran}
|
|
|
|
|
- \bibliography{references.bib}
|
|
|
|
|
|
|
+ \printbibliography
|
|
|
|
|
|
|
|
\input{appendices}
|
|
\input{appendices}
|
|
|
|
|
|