From 8c177221b31d9b86aa286092ede463a1c5f0a4b4 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 3 Apr 2006 22:45:01 +0000 Subject: Added environment to unify button mapping tables. Adjust plugins to use it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9475 a1c6a512-1295-4272-9138-f99709370657 --- manual/plugins/nim.tex | 39 ++++++++++++++++----------------------- 1 file changed, 16 insertions(+), 23 deletions(-) (limited to 'manual/plugins/nim.tex') diff --git a/manual/plugins/nim.tex b/manual/plugins/nim.tex index 8cea16382a..dbbcc30c39 100644 --- a/manual/plugins/nim.tex +++ b/manual/plugins/nim.tex @@ -11,17 +11,13 @@ alternately pick a certain number of matches and the one who takes the last match loses. You can take up to twice as many matches as the Jukebox selected, and vice versa. -\begin{table}[h!] -\begin{center} -\begin{tabular}{|c|c|} -\hline -KEY & ACTION \\\hline -MINUS & Decrease the number of matches \\\hline -PLUS & Increase the number of matches \\\hline -PLAY & Remove the number of matches you have selected \\\hline -STOP & Exit the game \\\hline -\end{tabular} -\end{center} +\begin{table} +\begin{btnmap}{}{} +MINUS & Decrease the number of matches \\ +PLUS & Increase the number of matches \\ +PLAY & Remove the number of matches you have selected \\ +STOP & Exit the game \\ +\end{btnmap} \end{table} \subsubsection{Pong (Recorder, Ondio)} @@ -38,17 +34,14 @@ left player uses LEFT and F1 to move and the right player uses RIGHT and F3. The aim is to prevent the ball leaving the screen. The player that loses the least balls wins. -\begin{table}[h!] -\begin{center} -\begin{tabular}{|c|c|} -\hline -KEY & ACTION \\\hline -F1 & Player 1 up \\\hline -LEFT & Player 1 down \\\hline -F3 & Player 2 up \\\hline -RIGHT & Player 2 down \\\hline -OFF & Quit \\\hline -\end{tabular} -\end{center} +\begin{table} +\begin{btnmap}{}{} +KEY & ACTION \\ +F1 & Player 1 up \\ +LEFT & Player 1 down \\ +F3 & Player 2 up \\ +RIGHT & Player 2 down \\ +OFF & Quit \\ +\end{btnmap} \end{table} -- cgit v1.2.3