mycae 1d74cb7
diff -r fdd128a9a03e docs/manual-latex/manual.tex
mycae 1d74cb7
--- docs/manual-latex/manual.tex	Sun Mar 27 18:01:56 2011 +1100
mycae 1d74cb7
+++ docs/manual-latex/manual.tex	Sun Mar 27 18:03:00 2011 +1100
mycae 1d74cb7
@@ -177,7 +177,7 @@
mycae 1d74cb7
 \item \textbf{Ctrl}: Pan camera 
mycae 1d74cb7
 \item  \textbf{Tab} : Swivel camera (Look about)
mycae 1d74cb7
 \item  \textbf{Ctrl +Tab} (Windows \textbf{Ctrl+Alt}): Roll camera around viewport centre. Note that the rolling motion is controlled by the position of the mouse click.
mycae 1d74cb7
-\item \txtbf{Space/Shift+Space/Ctrl+Space} : Reset camera bounds and position to look along X,Y or Z axes respectively.
mycae 1d74cb7
+\item \textbf{Space/Shift+Space/Ctrl+Space} : Reset camera bounds and position to look along X,Y or Z axes respectively.
mycae 1d74cb7
 \item \textbf{+/-} : Zoom in/out.
mycae 1d74cb7
 
mycae 1d74cb7
 \end{itemize}
mycae 1d74cb7
@@ -420,7 +420,7 @@
mycae 1d74cb7
 Parameter Description:
mycae 1d74cb7
 \begin{itemize}
mycae 1d74cb7
  \item \textbf{Core classification distance} : This distance is the maximum distance between which items initially marked ``core'' by their value can be separated from another core point (up to Core kNN Max) in order to not be discounted in the clustering. This aids in removing isolated points that are initially marked as core. This option is disabled if the value is set to 0.
mycae 1d74cb7
- \item \textbf{Core kNN max} : The Core k$^\mathrm{th}$ nearest neighbour maximum for core classification. This modifies the core classification stage, only looking up to some max kNN (unclassified core only) for other core points
mycae 1d74cb7
+ \item \textbf{Core kNN max} : The Core k-th nearest neighbour maximum for core classification. This modifies the core classification stage, only looking up to some max kNN (unclassified core only) for other core points
mycae 1d74cb7
 \end{itemize}
mycae 1d74cb7
 
mycae 1d74cb7
 Algorithm Description; each of these is conducted in sequence to generate the final clustered output.