From 591f9d18cd482f75e5be49d4e73ce7b0032b67d8 Mon Sep 17 00:00:00 2001 From: jsh77 Date: Thu, 8 Apr 2021 20:01:48 +0000 Subject: [PATCH] Update on Overleaf. --- 3_Implementation/implementation.tex | 5 +++++ Preamble/preamble.tex | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/3_Implementation/implementation.tex b/3_Implementation/implementation.tex index ccbba11..997845f 100644 --- a/3_Implementation/implementation.tex +++ b/3_Implementation/implementation.tex @@ -12,6 +12,11 @@ % --------------------------- Introduction --------------------------------- % +\begin{sidewaysfigure} +\includesvg{overview.svg} +\caption{Diagram of the dataflow within the proxy.} +\end{sidewaysfigure} + This chapter exists in three parts: proxy structure, proxy implementation and supporting information. It begins with a four sections (\ref{section:implementation-proxy} to \ref{section:implementation-prod-cons}) looking at the structure of the application, with a focus on future growth. Following this are four examples of concrete implementations and specifics in sections \ref{section:implementation-tcp} to \ref{section:implementation-security}. Finally, details on the automated evaluation are given and a repository overview. % ------------------------------- Proxy ------------------------------------ % diff --git a/Preamble/preamble.tex b/Preamble/preamble.tex index 989e23e..42ba443 100644 --- a/Preamble/preamble.tex +++ b/Preamble/preamble.tex @@ -67,7 +67,7 @@ % *************************** Graphics and figures ***************************** -%\usepackage{rotating} +\usepackage{rotating} %\usepackage{wrapfig} % Uncomment the following two lines to force Latex to place the figure. @@ -86,6 +86,7 @@ \usepackage{rotating} \usepackage{dpfloat} \usepackage{dirtree} +\usepackage{svg} \usepackage{tikz} \usetikzlibrary{positioning}