From 744051bd65b86b9b6f31809dd073a75c47214a40 Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Tue, 28 Feb 2006 16:33:04 +0000 Subject: 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 --- manual/plugins/mandelbrot.tex | 59 ++++++++++--------------------------------- 1 file changed, 13 insertions(+), 46 deletions(-) (limited to 'manual/plugins/mandelbrot.tex') diff --git a/manual/plugins/mandelbrot.tex b/manual/plugins/mandelbrot.tex index 6cbbfa46f6..34afb90600 100644 --- a/manual/plugins/mandelbrot.tex +++ b/manual/plugins/mandelbrot.tex @@ -8,51 +8,18 @@ Mandelbrot This is another demonstration using the grayscale engine. It draws fractal images from the Mandelbrot set. -\begin{center}\begin{tabular}{|p{2.726cm}|p{7.884cm}|} +\begin{table}[h!] +\begin{center} +\begin{tabular}{|c|c|} \hline -{\centering\bfseries\itshape -KEY -\par} -& -{\centering\bfseries\itshape -ACTION -\par} -\\\hline -{\centering -Arrow keys -\par} -& -Move about the image -\\\hline -{\centering -PLAY -\par} -& -Zoom in -\\\hline -{\centering -OFF -\par} -& -Quit -\\\hline -{\centering -F1 -\par} -& -Increase iteration depth (more detail) -\\\hline -{\centering -F2 -\par} -& -Decrease iteration depth (less detail) -\\\hline -{\centering -F3 -\par} -& -Reset and return to the default image -\\\hline -\end{tabular}\end{center} +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} -- cgit v1.2.3