From e79437438dbd67c4adbc3fd0f6716b6bfb240ee3 Mon Sep 17 00:00:00 2001 From: Richard Whitehouse Date: Fri, 20 May 2011 04:27:56 +0100 Subject: [PATCH] Fixed positioning of images in appendix --- appendices.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appendices.tex b/appendices.tex index 732fafb..dd3110d 100644 --- a/appendices.tex +++ b/appendices.tex @@ -35,17 +35,17 @@ These files are from the first simulation, and show sample output from the simul \subsection{Ethernet} -\begin{figure} +\begin{figure}[h] \centering -\includegraphics{pcap-ethernet.png} +\includegraphics[width=14cm]{pcap-ethernet.png} \caption{Wireshark output of simulation under Ethernet} \end{figure} \subsection{MOOSE} -\begin{figure} +\begin{figure}[h] \centering -\includegraphics{pcap-moose.png} +\includegraphics[width=14cm]{pcap-moose.png} \caption{Wireshark output of simulation under MOOSE} \end{figure} -- 2.34.1