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/stopwatch.tex | 96 +++++--------------------------------------- 1 file changed, 9 insertions(+), 87 deletions(-) (limited to 'manual/plugins/stopwatch.tex') diff --git a/manual/plugins/stopwatch.tex b/manual/plugins/stopwatch.tex index e765ad3f57..7ce9c541b3 100644 --- a/manual/plugins/stopwatch.tex +++ b/manual/plugins/stopwatch.tex @@ -13,92 +13,14 @@ A simple stopwatch program with support for saving times. \subsubsection{Keys are as follows:} -\begin{tabular}[c]{|p{2.9029999cm}|p{2.763cm}|p{2.199cm}|p{5.235cm}|} +\begin{table}[h!] +\begin{tabular}{|c|c|c|c|} \hline -{\centering\bfseries\itshape -PLAYER -\par} -& -{\centering\bfseries\itshape -RECORDER -\par} -& -{\centering\bfseries\itshape -ONDIO -\par} -& -{\centering\bfseries\itshape -FUNCTION -\par} -\\\hline -{\centering -MENU -\par} -& -{\centering -OFF -\par} -& -{\centering -ONOFF -\par} -& -Quit Plugin -\\\hline -{\centering -PLAY -\par} -& -{\centering -PLAY -\par} -& -{\centering -RIGHT -\par} -& -Start / stop -\\\hline -{\centering -STOP -\par} -& -{\centering -LEFT -\par} -& -{\centering -LEFT -\par} -& -Reset timer -\\\hline -{\centering -ON -\par} -& -{\centering -ON -\par} -& -{\centering -MODE -\par} -& -Take lap time -\\\hline -{\centering -MINUS/PLUS -\par} -& -{\centering -DOWN/UP -\par} -& -{\centering -DOWN/UP -\par} -& -Scroll through lap times -\\\hline +PLAYER & RECORDER & ONDIO & FUNCTION \\\hline +MENU & OFF & ONOFF & Quit Plugin \\\hline +PLAY & PLAY & RIGHT & Start / stop \\\hline +STOP & LEFT & LEFT & Reset timer \\\hline +ON & ON & MODE & Take lap time \\\hline +MINUS/PLUS & DOWN/UP & DOWN/UP & Scroll through lap times \\\hline \end{tabular} +\end{table} -- cgit v1.2.3