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/oscillograph.tex | 66 +++++++++-------------------------------- 1 file changed, 14 insertions(+), 52 deletions(-) (limited to 'manual/plugins/oscillograph.tex') diff --git a/manual/plugins/oscillograph.tex b/manual/plugins/oscillograph.tex index 021b71a875..937a70794d 100644 --- a/manual/plugins/oscillograph.tex +++ b/manual/plugins/oscillograph.tex @@ -13,57 +13,19 @@ At faster speed rates, the Jukebox is less responsive to user input. \subsubsection{Key controls:} -\begin{center}\begin{tabular}{|p{2.217cm}|p{8.205cm}|} +\begin{table}[h!] +\begin{center} +\begin{tabular}{|c}|c|} \hline -{\centering\bfseries\itshape -KEY -\par} -& -{\centering\bfseries\itshape -ACTION -\par} -\\\hline -{\centering -F1 -\par} -& -toggles whether to scroll or not -\\\hline -{\centering -F2 -\par} -& -toggles filled / curve / plot -\\\hline -{\centering -F3 -\par} -& -reset speed to 0 -\\\hline -{\centering -UP -\par} -& -slow down scrolling -\\\hline -{\centering -DOWN -\par} -& -Speeds up scrolling -\\\hline -{\centering -PLAY -\par} -& -Pauses the demo -\\\hline -{\centering -OFF -\par} -& -Exits demo -\\\hline -\end{tabular}\end{center} +KEY & ACTION \\\hline +F1 & toggles whether to scroll or not \\\hline +F2 & toggles filled / curve / plot \\\hline +F3 & reset speed to 0 \\\hline +UP & slow down scrolling \\\hline +DOWN & Speeds up scrolling \\\hline +PLAY & Pauses the demo \\\hline +OFF & Exits demo \\\hline +\end{tabular} +\end{center} +\end{table} -- cgit v1.2.3