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.tex11
1 files changed, 4 insertions, 7 deletions
diff --git a/manual/plugins/mandelbrot.tex b/manual/plugins/mandelbrot.tex
index b7c592116b..463a7bc731 100644
--- a/manual/plugins/mandelbrot.tex
+++ b/manual/plugins/mandelbrot.tex
@@ -4,16 +4,13 @@
4 4
5This is another demonstration using the grayscale engine. It draws fractal images from the Mandelbrot set. 5This is another demonstration using the grayscale engine. It draws fractal images from the Mandelbrot set.
6 6
7\begin{table}[h!] 7\begin{table}
8\begin{center} 8\begin{btnmap}{}{}
9\begin{tabular}{@{}ll@{}}\toprule
10\textbf{Key} & \textbf{Action} \\\midrule
11Arrow keys & Move about the image \\ 9Arrow keys & Move about the image \\
12PLAY & Zoom in \\ 10PLAY & Zoom in \\
13OFF & Quit \\ 11OFF & Quit \\
14F1 & Increase iteration depth (more detail) \\ 12F1 & Increase iteration depth (more detail) \\
15F2 & Decrease iteration depth (less detail) \\ 13F2 & Decrease iteration depth (less detail) \\
16F3 & Reset and return to the default image \\\bottomrule 14F3 & Reset and return to the default image \\
17\end{tabular} 15\end{btnmap}
18\end{center}
19\end{table} 16\end{table}