From fb87e8947340e183e0c9c55345f0f2917d03ef1c Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Mon, 24 Aug 2009 21:22:18 +0000 Subject: 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 --- manual/plugins/wormlet.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'manual/plugins/wormlet.tex') 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:} \opt{RECORDER_PAD}{ \renewcommand{\arraystretch}{1.8} -\begin{tabularx}{\textwidth}{c X p{3cm} p{3cm} p{3cm}}\toprule -\textbf{Players} & \textbf{Modes} & \textbf{Player 1} & \textbf{Player 2} - & \textbf{Player 3}\\\midrule +\begin{rbtabular}{\textwidth}{c X p{3cm} p{3cm} p{3cm}}% +{\textbf{Players} & \textbf{Modes} & \textbf{Player 1} & \textbf{Player 2} + & \textbf{Player 3}}{}{} % 0 & Out of control & \multicolumn{3}{p{9cm}}{With no player taking part in the game all worms are out of control and steered by artificial stupidity.}\\ @@ -65,7 +65,7 @@ Game controls:} & on remote control VOL DOWN: turn left VOL UP: turn right & on \dap\ \ButtonFTwo: turn left \ButtonFThree: turn right \\ -\end{tabularx} +\end{rbtabular} \renewcommand{\arraystretch}{1.0} } -- cgit v1.2.3