From 744051bd65b86b9b6f31809dd073a75c47214a40 Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Tue, 28 Feb 2006 16:33:04 +0000 Subject: 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 --- manual/plugins/snake2.tex | 59 +++++++++++------------------------------------ 1 file changed, 13 insertions(+), 46 deletions(-) (limited to 'manual/plugins/snake2.tex') 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. -- cgit v1.2.3