diff --git a/thesis/bachelor.pdf b/thesis/bachelor.pdf index f375dd0..93b7ceb 100644 Binary files a/thesis/bachelor.pdf and b/thesis/bachelor.pdf differ diff --git a/thesis/content/20_state.tex b/thesis/content/20_state.tex index f361ab5..f17c149 100644 --- a/thesis/content/20_state.tex +++ b/thesis/content/20_state.tex @@ -41,10 +41,10 @@ To be able to optimally utilize the Hardware, knowledge of its workings is requi \subsection{Hardware Architecture} -\begin{figure}[tbp] +\begin{figure}[H] \centering - \includegraphics[width=0.8\textwidth]{images/dsa-internal-block-diagram.png} - \caption[\gls{dsa} Internal Block Diagramm]{Taken from Figure 1a of \cite{intel:analysis}} + \includegraphics[width=0.9\textwidth]{images/dsa-internal-block-diagram.png} + \caption{\\ \gls{dsa} Internal Archtiecture Block Diagramm \\ Taken from Figure 1a of \cite{intel:analysis}} \label{fig:dsa-internal-block} \end{figure} @@ -64,10 +64,10 @@ The completion of a descriptor may be signaled through a completion record and i \subsection{Software View} -\begin{figure}[tbp] +\begin{figure}[H] \centering - \includegraphics[width=0.8\textwidth]{images/dsa-software-architecture.png} - \caption[\gls{dsa} Internal Block Diagramm]{Taken from Figure 1b of \cite{intel:analysis}} + \includegraphics[width=0.5\textwidth]{images/dsa-software-architecture.png} + \caption{\\ \gls{dsa} Software View Block Diagramm \\ Taken from Figure 1a of \cite{intel:analysis}} \label{fig:dsa-software-arch} \end{figure} diff --git a/thesis/preamble/packages.tex b/thesis/preamble/packages.tex index 291606f..49d6aa9 100644 --- a/thesis/preamble/packages.tex +++ b/thesis/preamble/packages.tex @@ -30,6 +30,8 @@ \usepackage{todonotes} \usepackage{xspace} \usepackage{setspace} +\usepackage{wrapfig} +\usepackage{float} \usepackage{fancyhdr} % enables cool header line and footer line manipulations \usepackage{lastpage} % enables the usage of the label "LastPage" to get the % number of pages with \pageref{LastPage}