feat(dissertation): add abstract diagram of components

This commit is contained in:
Anthony
2024-04-03 11:22:38 +02:00
parent e3b1f6b222
commit 28bf5a4074
4 changed files with 29 additions and 0 deletions

View File

@@ -11,6 +11,12 @@
\usepackage{xcolor}
\usepackage{tikz}
\usetikzlibrary{shapes.geometric, arrows}
\tikzstyle{box} = [rectangle, minimum width=3cm, minimum height=1cm, text centered, text width=3cm, draw=black]
\tikzstyle{arrow} = [thick,<->,>=stealth]
% Tables
\usepackage{xltabular}
\usepackage{booktabs}
@@ -65,6 +71,7 @@ This is the acknowledgements.
\chapter{Background}
\chapter{Design/Implementation}
\subfile{chapters/design.tex}
\chapter{Results}