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/clock.tex | 89 +++++++++--------------------------------------- 1 file changed, 17 insertions(+), 72 deletions(-) (limited to 'manual/plugins/clock.tex') diff --git a/manual/plugins/clock.tex b/manual/plugins/clock.tex index 58371cde08..42bdd7ebc8 100644 --- a/manual/plugins/clock.tex +++ b/manual/plugins/clock.tex @@ -10,77 +10,24 @@ This is a fully featured analogue and digital clock program. \subsubsection{Key configuration} -\begin{center}\begin{tabular}{|p{2.411cm}|p{6.012cm}|} +\begin{table}[h!] +\begin{center} +\begin{tabular}{|c|c|} \hline -{\centering\bfseries\itshape -KEY -\par} -& -{\centering\bfseries\itshape -ACTION -\par} -\\\hline -{\centering -F1 -\par} -& -Help -\\\hline -{\centering -F2 -\par} -& -Start / Stop stopwatch -\\\hline -{\centering -F2 (Hold) -\par} -& -Reset stopwatch -\\\hline -{\centering -F3 -\par} -& -Options -\\\hline -{\centering -Play -\par} -& -Select clock mode -\\\hline -{\centering -UP -\par} -& -Enable idle power off -\\\hline -{\centering -DOWN -\par} -& -Disable idle power off -\\\hline -{\centering -RIGHT -\par} -& -Enable backlight -\\\hline -{\centering -LEFT -\par} -& -Disable backlight -\\\hline -{\centering -OFF -\par} -& -Save settings to disk and exit -\\\hline -\end{tabular}\end{center} +KEY & ACTION \\\hline +F1 & Help \\\hline +F2 & Start / Stop stopwatch \\\hline +F2 (Hold) & Reset stopwatch \\\hline +F3 & Options \\\hline +Play & Select clock mode \\\hline +UP & Enable idle power off \\\hline +DOWN & Disable idle power off \\\hline +RIGHT & Enable backlight \\\hline +LEFT & Disable backlight \\\hline +OFF & Save settings to disk and exit \\\hline +\end{tabular} +\end{center} +\end{table} \subsubsection{Backlight configuration} If RIGHT or LEFT is not pressed during clock operation (with the @@ -101,5 +48,3 @@ separate settings, say, one for your desk at home and one for in the car {}- by In the future, loading different settings will probably be made easier through a built{}-in settings file loader in Clock. - - -- cgit v1.2.3