Add latex draft, rewrite and proof read introduction and method.

This commit is contained in:
Janita Willumsen
2023-11-29 14:38:51 +01:00
parent 50093e0732
commit 8e81d3d321
8 changed files with 1245 additions and 626 deletions

View File

@@ -22,7 +22,7 @@
\usepackage{physics,amssymb} % mathematical symbols (physics imports amsmath)
\usepackage{graphicx} % include graphics such as plots
\graphicspath{{images/}}
\graphicspath{.images/}
\usepackage{xcolor} % set colors
\usepackage{hyperref} % automagic cross-referencing
\usepackage{listings} % display code
@@ -60,10 +60,8 @@
% Abstract
\subfile{sections/abstract}
\maketitle
% Introduction
\subfile{sections/introduction}
@@ -78,13 +76,14 @@
\clearpage
\newpage
% Appendix
\subfile{sections/appendices}
\onecolumngrid
\bibliographystyle{unsrtnat}
\bibliography{references}
% Appendix
\subfile{sections/appendices}
\end{document}