Use LaTeX itemize properly
authorRichard Whitehouse <github@richardwhiuk.com>
Fri, 6 May 2011 10:06:54 +0000 (11:06 +0100)
committerRichard Whitehouse <github@richardwhiuk.com>
Fri, 6 May 2011 10:06:54 +0000 (11:06 +0100)
introduction.tex

index 71d52abfbd2260227c47680eacb7e26a0e40a5d7..e9dbea2ea104d129d8dc3c85541854a12b737349 100644 (file)
@@ -100,9 +100,15 @@ The most important work in this area is set out by Scott et al. in \cite{moose1}
 
 I aimed to implement a simulation capable of simulating MOOSE and Ethernet networks on a commodity PC to give a realistic comparison of MOOSE and Ethernet within a number of areas:
 
- * The size of the state data held by the switch and change in performance characteristics as this reaches a predefined limit.
- * The amount of overhead in terms of control messages relative to the amount of data transfered.
- * The efficiency of the routes used by the protocol.
+\begin{itemize}
+
+\item The size of the state data held by the switch and change in performance characteristics as this reaches a predefined limit.
+
+\item The amount of overhead in terms of control messages relative to the amount of data transfered.
+
+\item The efficiency of the routes used by the protocol.
+
+\end{itemize}
 
 I aim to show how MOOSE and Ethernet compare as the number of hosts under simulation rises.