diff options
author | David Runge <dave@sleepmap.de> | 2017-07-03 15:01:10 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-07-03 15:01:10 +0200 |
commit | 3769e5df4508b8f6e1b2a0f48c7f73038fcef3ec (patch) | |
tree | 9cc84e089301f5f390ea35427c52be23cc08b130 | |
parent | e25333ff1881c5eeee4b1782cbec063c3d689845 (diff) | |
download | master-thesis-3769e5df4508b8f6e1b2a0f48c7f73038fcef3ec.tar.gz master-thesis-3769e5df4508b8f6e1b2a0f48c7f73038fcef3ec.tar.bz2 master-thesis-3769e5df4508b8f6e1b2a0f48c7f73038fcef3ec.tar.xz master-thesis-3769e5df4508b8f6e1b2a0f48c7f73038fcef3ec.zip |
thesis/thesis.tex: Introducing empty lines between figures for readability.
-rw-r--r-- | thesis/thesis.tex | 5 |
1 files changed, 5 insertions, 0 deletions
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] |