rockbox/manual/plugins/mandelbrot.tex
Martin Arver aa830112cc Changes to the tables for some of the plugins. Some are adapted to the \opt environment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8972 a1c6a512-1295-4272-9138-f99709370657
2006-03-09 09:31:34 +00:00

23 lines
657 B
TeX

\subsection{Mandelbrot}
\begin{figure}[h!]
\begin{center}
\includegraphics[width=4cm]{plugins/images/ss-mandelbrot-\genericimg.png}
\end{center}
\caption{Mandelbrot}
\end{figure}
This is another demonstration using the grayscale engine. It draws fractal images from the Mandelbrot set.
\begin{table}[h!]
\begin{center}
\begin{tabular}{@{}ll@{}}\toprule
\textbf{Key} & \textbf{Action} \\\midrule
Arrow keys & Move about the image \\
PLAY & Zoom in \\
OFF & Quit \\
F1 & Increase iteration depth (more detail) \\
F2 & Decrease iteration depth (less detail) \\
F3 & Reset and return to the default image \\\bottomrule
\end{tabular}
\end{center}
\end{table}