summaryrefslogtreecommitdiff
path: root/manual/plugins/calculator.tex
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-05-20 17:38:38 +0000
committerAlexander Levin <al.le@rockbox.org>2010-05-20 17:38:38 +0000
commit97365803d390e44155fc41657bd03a7b121956aa (patch)
tree1cad7d63df2fd72a0dfd3726720a6689b401b04d /manual/plugins/calculator.tex
parent0a21ffabbe63f8dd5c893266bdd39bebc2231adc (diff)
downloadrockbox-97365803d390e44155fc41657bd03a7b121956aa.tar.gz
rockbox-97365803d390e44155fc41657bd03a7b121956aa.zip
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
Diffstat (limited to 'manual/plugins/calculator.tex')
-rw-r--r--manual/plugins/calculator.tex4
1 files changed, 1 insertions, 3 deletions
diff --git a/manual/plugins/calculator.tex b/manual/plugins/calculator.tex
index 0bfe6914b2..f466bd0494 100644
--- a/manual/plugins/calculator.tex
+++ b/manual/plugins/calculator.tex
@@ -6,8 +6,7 @@ This is a simple scientific calculator for use on the \dap. It works like a
6standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle between 6standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle between
7 other available math functions. 7 other available math functions.
8 8
9\begin{table} 9\begin{btnmap}
10\begin{btnmap}{}{}
11 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD% 10 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD%
12 ,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% 11 ,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
13 ,GIGABEAT_S_PAD,MROBE100_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD} 12 ,GIGABEAT_S_PAD,MROBE100_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
@@ -81,4 +80,3 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
81 } 80 }
82 & Quit\\ 81 & Quit\\
83\end{btnmap} 82\end{btnmap}
84\end{table}