Browse Source

improve positioning of figures for hw/sw architecture section of chapter 2

master
Constantin Fürst 12 months ago
parent
commit
b124d594bd
  1. BIN
      thesis/bachelor.pdf
  2. 12
      thesis/content/20_state.tex
  3. 2
      thesis/preamble/packages.tex

BIN
thesis/bachelor.pdf

12
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} \subsection{Hardware Architecture}
\begin{figure}[tbp]
\begin{figure}[H]
\centering \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} \label{fig:dsa-internal-block}
\end{figure} \end{figure}
@ -64,10 +64,10 @@ The completion of a descriptor may be signaled through a completion record and i
\subsection{Software View} \subsection{Software View}
\begin{figure}[tbp]
\begin{figure}[H]
\centering \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} \label{fig:dsa-software-arch}
\end{figure} \end{figure}

2
thesis/preamble/packages.tex

@ -30,6 +30,8 @@
\usepackage{todonotes} \usepackage{todonotes}
\usepackage{xspace} \usepackage{xspace}
\usepackage{setspace} \usepackage{setspace}
\usepackage{wrapfig}
\usepackage{float}
\usepackage{fancyhdr} % enables cool header line and footer line manipulations \usepackage{fancyhdr} % enables cool header line and footer line manipulations
\usepackage{lastpage} % enables the usage of the label "LastPage" to get the \usepackage{lastpage} % enables the usage of the label "LastPage" to get the
% number of pages with \pageref{LastPage} % number of pages with \pageref{LastPage}

Loading…
Cancel
Save