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/jackpot.tex | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'manual/plugins/jackpot.tex') diff --git a/manual/plugins/jackpot.tex b/manual/plugins/jackpot.tex index c006b3b7d1..1884d48ab8 100644 --- a/manual/plugins/jackpot.tex +++ b/manual/plugins/jackpot.tex @@ -9,13 +9,12 @@ Jackpot This is a jackpot slot machine game. At the beginning of the game you have 20\$. Payouts are given when three matching symbols come up. -\begin{table}[h!] -\begin{tabular}{|c|c|} -\hline -KEY & ACTION \\\hline -PLAY & Play \\\hline -STOP & Exit the game \\\hline -\end{tabular} +\begin{table} +\begin{btnmap}{}{} +KEY & ACTION \\ +PLAY & Play \\ +STOP & Exit the game \\ +\end{btnmap} \end{table} -- cgit v1.2.3