summaryrefslogtreecommitdiff
path: root/manual/plugins/minesweeper.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-02-28 16:33:04 +0000
committerMartin Arver <martin.arver@gmail.com>2006-02-28 16:33:04 +0000
commit744051bd65b86b9b6f31809dd073a75c47214a40 (patch)
tree2e9588e9aaa4d3f5915b92ddd2579f84f138ee15 /manual/plugins/minesweeper.tex
parent71f9c5360e90849709aea1cac324a281d5ed016f (diff)
downloadrockbox-744051bd65b86b9b6f31809dd073a75c47214a40.tar.gz
rockbox-744051bd65b86b9b6f31809dd073a75c47214a40.zip
Clean up of the autogenerated tables. Should probably use scalebox and booktabs for the tables in the future.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8868 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/minesweeper.tex')
-rw-r--r--manual/plugins/minesweeper.tex41
1 files changed, 8 insertions, 33 deletions
diff --git a/manual/plugins/minesweeper.tex b/manual/plugins/minesweeper.tex
index 0ec37cd77d..4db7ae62c6 100644
--- a/manual/plugins/minesweeper.tex
+++ b/manual/plugins/minesweeper.tex
@@ -20,39 +20,14 @@ mines are and avoid them. When the player is certain that they know
20the location of a mine, it can be tagged to avoid accidentally 20the location of a mine, it can be tagged to avoid accidentally
21``stepping'' on it. 21``stepping'' on it.
22 22
23\begin{tabular}[c]{|p{5.0210004cm}|p{10.77cm}|} 23\begin{table}[h!]
24\begin{tabular}{|c|c|}
24\hline 25\hline
25{\centering\bfseries\itshape 26KEY & ACTION \\\hline
26KEY 27UP/DOWN/LEFT/RIGHT & Move the cursor across the minefield \\\hline
27\par} 28PLAY / F1 & Toggle flag on / off \\\hline
28& 29MENU / F2 & Reveal the contents of the current square \\\hline
29{\centering\bfseries\itshape 30STOP & Exit the game \\\hline
30ACTION
31\par}
32\\\hline
33{\centering
34UP/DOWN/LEFT/RIGHT
35\par}
36&
37Move the cursor across the minefield
38\\\hline
39{\centering
40PLAY / F1
41\par}
42&
43Toggle flag on / off
44\\\hline
45{\centering
46MENU / F2
47\par}
48&
49Reveal the contents of the current square
50\\\hline
51{\centering
52STOP
53\par}
54&
55Exit the game
56\\\hline
57\end{tabular} 31\end{tabular}
32\end{table}
58 33