Update on Overleaf.
This commit is contained in:
parent
cec03dbb10
commit
591f9d18cd
@ -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 ------------------------------------ %
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user