rockbox/manual/plugins/mandelbrot.tex
Martin Arver 744051bd65 Clean up of the autogenerated tables. Should probably use scalebox and booktabs for the tables in the future.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8868 a1c6a512-1295-4272-9138-f99709370657
2006-02-28 16:33:04 +00:00

25 lines
695 B
TeX

\subsection{Mandelbrot}
{\centering\itshape
[Warning: Image ignored] % Unhandled or unsupported graphics:
%\includegraphics[width=3.865cm,height=2.21cm]{images/rockbox-manual-img52.png}
\newline
Mandelbrot
\par}
This is another demonstration using the grayscale engine. It draws fractal images from the Mandelbrot set.
\begin{table}[h!]
\begin{center}
\begin{tabular}{|c|c|}
\hline
KEY & ACTION \\\hline
Arrow keys & Move about the image \\\hline
PLAY & Zoom in \\\hline
OFF & Quit \\\hline
F1 & Increase iteration depth (more detail) \\\hline
F2 & Decrease iteration depth (less detail) \\\hline
F3 & Reset and return to the default image \\\hline
\end{tabular}
\end{center}
\end{table}