summaryrefslogtreecommitdiff
path: root/manual/plugins/wormlet.tex
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-08-24 21:22:18 +0000
committerAlexander Levin <al.le@rockbox.org>2009-08-24 21:22:18 +0000
commitfb87e8947340e183e0c9c55345f0f2917d03ef1c (patch)
treeee59e1119e6eb0b7fb2e7450ea7e567d1c40b138 /manual/plugins/wormlet.tex
parent873d266199f02cf619ff0c56f645cb674ed996cf (diff)
downloadrockbox-fb87e8947340e183e0c9c55345f0f2917d03ef1c.tar.gz
rockbox-fb87e8947340e183e0c9c55345f0f2917d03ef1c.zip
Introduce a new environment 'rbtabular' to make all the tables look the same. See comments in preable.tex. Next step will be to define btnmap and tagmap via this environment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22503 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/wormlet.tex')
-rw-r--r--manual/plugins/wormlet.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/plugins/wormlet.tex b/manual/plugins/wormlet.tex
index f8596090fa..53b3f1ffbb 100644
--- a/manual/plugins/wormlet.tex
+++ b/manual/plugins/wormlet.tex
@@ -39,9 +39,9 @@ Game controls:}
39 39
40\opt{RECORDER_PAD}{ 40\opt{RECORDER_PAD}{
41\renewcommand{\arraystretch}{1.8} 41\renewcommand{\arraystretch}{1.8}
42\begin{tabularx}{\textwidth}{c X p{3cm} p{3cm} p{3cm}}\toprule 42\begin{rbtabular}{\textwidth}{c X p{3cm} p{3cm} p{3cm}}%
43\textbf{Players} & \textbf{Modes} & \textbf{Player 1} & \textbf{Player 2} 43{\textbf{Players} & \textbf{Modes} & \textbf{Player 1} & \textbf{Player 2}
44 & \textbf{Player 3}\\\midrule 44 & \textbf{Player 3}}{}{}
45% 45%
460 & Out of control & \multicolumn{3}{p{9cm}}{With no player taking part in the 460 & Out of control & \multicolumn{3}{p{9cm}}{With no player taking part in the
47 game all worms are out of control and steered by artificial stupidity.}\\ 47 game all worms are out of control and steered by artificial stupidity.}\\
@@ -65,7 +65,7 @@ Game controls:}
65 & on remote control VOL DOWN: turn left VOL UP: turn 65 & on remote control VOL DOWN: turn left VOL UP: turn
66 right & on \dap\ \ButtonFTwo: turn left \ButtonFThree: 66 right & on \dap\ \ButtonFTwo: turn left \ButtonFThree:
67 turn right \\ 67 turn right \\
68\end{tabularx} 68\end{rbtabular}
69\renewcommand{\arraystretch}{1.0} 69\renewcommand{\arraystretch}{1.0}
70} 70}
71 71