Update on Overleaf.

This commit is contained in:
jsh77 2021-04-08 20:01:48 +00:00 committed by overleaf
parent cec03dbb10
commit 591f9d18cd
2 changed files with 7 additions and 1 deletions

View File

@ -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 ------------------------------------ %

View File

@ -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}