From 3769e5df4508b8f6e1b2a0f48c7f73038fcef3ec Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 3 Jul 2017 15:01:10 +0200 Subject: thesis/thesis.tex: Introducing empty lines between figures for readability. --- thesis/thesis.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/thesis/thesis.tex b/thesis/thesis.tex index e7fe6f7..1fe2ac5 100644 --- a/thesis/thesis.tex +++ b/thesis/thesis.tex @@ -999,6 +999,7 @@ ssr-aap -N “server” -C “127.0.0.1:50002” The server instance is controlled through its \gls{gui}, sends out \gls{osc} messages to all \textit{n} clients and receives their updated information (again through \gls{osc}). + \begin{figure}[!htb] \centering \includegraphics[scale=1.0, trim = 20mm 204mm 10mm 10mm, clip] @@ -1014,6 +1015,7 @@ ssr-aap -N “server” -C “127.0.0.1:50002” } \label{fig:ssr-client-server-shared-output} \end{figure} + \begin{figure}[!htb] \centering \includegraphics[scale=1.0, trim = 20mm 204mm 10mm 10mm, clip] @@ -1030,6 +1032,7 @@ ssr-aap -N “server” -C “127.0.0.1:50002” } \label{fig:ssr-external-client-server-shared-output} \end{figure} + The setup shown in Figure~\ref{fig:ssr-external-client-server-shared-output} is similar to the previous one, with the exception, that the server instance is @@ -1039,6 +1042,7 @@ ssr-aap -N “server” -C “127.0.0.1:50002” which in turn reports back to the \gls{osc} enabled application (acting as another client). \cleardoublepage + \paragraph{Client-Server, separate rendering} \label{para:client_server_separate_rendering} As shown in Figure~\ref{fig:ssr-client-server-separate-output}, it is @@ -1068,6 +1072,7 @@ ssr-aap -N “server” -C “127.0.0.1:50002” Figure~\ref{fig:ssr-external-client-server-separate-output} is an example of a similar setup, but again using an external \gls{osc} capable application to control the server instance.\\ + \begin{figure}[!htb] \centering \includegraphics[scale=1.0, trim = 20mm 204mm 10mm 10mm, clip] -- cgit v1.2.3-54-g00ecf