From 97365803d390e44155fc41657bd03a7b121956aa Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Thu, 20 May 2010 17:38:38 +0000 Subject: Get rid of unnecessary 'table' environment and the never used parameters for button maps (FS#11088) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26201 a1c6a512-1295-4272-9138-f99709370657 --- manual/plugins/fractals.tex | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'manual/plugins/fractals.tex') diff --git a/manual/plugins/fractals.tex b/manual/plugins/fractals.tex index cb7f599dbc..2ca1ed00e8 100644 --- a/manual/plugins/fractals.tex +++ b/manual/plugins/fractals.tex @@ -2,8 +2,7 @@ \screenshot{plugins/images/ss-mandelbrot}{Mandelbrot}{img:mandelbrot} This demonstration draws fractal images from the Mandelbrot set% \opt{archos,h100}{ using the greyscale engine}. -\begin{table} - \begin{btnmap}{}{} +\begin{btnmap} Direction keys \opt{HAVEREMOTEKEYMAP}{&} & Move about the image\\ @@ -82,5 +81,4 @@ This demonstration draws fractal images from the Mandelbrot set% \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} } & Quit\\ - \end{btnmap} -\end{table} +\end{btnmap} -- cgit v1.2.3