summaryrefslogtreecommitdiffstats
path: root/manual/plugins/snake2.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/snake2.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/snake2.tex')
-rw-r--r--manual/plugins/snake2.tex59
1 files changed, 13 insertions, 46 deletions
diff --git a/manual/plugins/snake2.tex b/manual/plugins/snake2.tex
index 1bb6eccb41..093cada648 100644
--- a/manual/plugins/snake2.tex
+++ b/manual/plugins/snake2.tex
@@ -13,53 +13,20 @@ into itself.
The controls are:
-\begin{center}\begin{tabular}{|p{5.0550003cm}|p{7.984cm}|}
+\begin{table}[h!]
+\begin{center}
+\begin{tabular}{|c|c|}
\hline
-{\centering\bfseries\itshape
-KEY
-\par}
-&
-{\centering\bfseries\itshape
-ACTION
-\par}
-\\\hline
-{\centering
-UP/DOWN
-\par}
-&
-(in menu) Set game speed
-\\\hline
-{\centering
-F1
-\par}
-&
-(in menu) Change starting maze
-\\\hline
-{\centering
-F3
-\par}
-&
-(in menu) Select game type (A or B)
-\\\hline
-{\centering
-UP/DOWN/LEFT/RIGHT
-\par}
-&
-Steer the snake
-\\\hline
-{\centering
-PLAY
-\par}
-&
-Pause the game
-\\\hline
-{\centering
-STOP
-\par}
-&
-Exit the game
-\\\hline
-\end{tabular}\end{center}
+KEY & ACTION \\\hline
+UP/DOWN & (in menu) Set game speed \\\hline
+F1 & (in menu) Change starting maze \\\hline
+F3 & (in menu) Select game type (A or B) \\\hline
+UP/DOWN/LEFT/RIGHT & Steer the snake \\\hline
+PLAY & Pause the game \\\hline
+STOP & Exit the game \\\hline
+\end{tabular}
+\end{center}
+\end{table}
In game A, the maze stays the same, in Game B
after an increasing number of apples eaten the maze is replaced by a
new one.