summaryrefslogtreecommitdiff
path: root/manual/plugins/mandelbrot.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins/mandelbrot.tex')
-rw-r--r--manual/plugins/mandelbrot.tex17
1 files changed, 8 insertions, 9 deletions
diff --git a/manual/plugins/mandelbrot.tex b/manual/plugins/mandelbrot.tex
index b96d1d4994..ae1acfb3a3 100644
--- a/manual/plugins/mandelbrot.tex
+++ b/manual/plugins/mandelbrot.tex
@@ -10,15 +10,14 @@ This is another demonstration using the grayscale engine. It draws fractal imag
10 10
11\begin{table}[h!] 11\begin{table}[h!]
12\begin{center} 12\begin{center}
13\begin{tabular}{|c|c|} 13\begin{tabular}{@{}ll@{}}\toprule
14\hline 14\textbf{Key} & \textbf{Action} \\\midrule
15KEY & ACTION \\\hline 15Arrow keys & Move about the image \\
16Arrow keys & Move about the image \\\hline 16PLAY & Zoom in \\
17PLAY & Zoom in \\\hline 17OFF & Quit \\
18OFF & Quit \\\hline 18F1 & Increase iteration depth (more detail) \\
19F1 & Increase iteration depth (more detail) \\\hline 19F2 & Decrease iteration depth (less detail) \\
20F2 & Decrease iteration depth (less detail) \\\hline 20F3 & Reset and return to the default image \\\bottomrule
21F3 & Reset and return to the default image \\\hline
22\end{tabular} 21\end{tabular}
23\end{center} 22\end{center}
24\end{table} 23\end{table}