diff options
author | Martin Arver <martin.arver@gmail.com> | 2006-03-09 09:31:34 +0000 |
---|---|---|
committer | Martin Arver <martin.arver@gmail.com> | 2006-03-09 09:31:34 +0000 |
commit | aa830112cce5078b29217d01bb74255bd2517fa0 (patch) | |
tree | ea3f31a96f56739109c9be7d39538e6309d84172 /manual/plugins/mandelbrot.tex | |
parent | 48e8e1d820e642c04a7069190baf48ee49fc65a0 (diff) |
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
Diffstat (limited to 'manual/plugins/mandelbrot.tex')
-rw-r--r-- | manual/plugins/mandelbrot.tex | 17 |
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 \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 +\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} |