diff options
author | Martin Arver <martin.arver@gmail.com> | 2006-02-28 16:33:04 +0000 |
---|---|---|
committer | Martin Arver <martin.arver@gmail.com> | 2006-02-28 16:33:04 +0000 |
commit | 744051bd65b86b9b6f31809dd073a75c47214a40 (patch) | |
tree | 2e9588e9aaa4d3f5915b92ddd2579f84f138ee15 /manual/plugins/metronome.tex | |
parent | 71f9c5360e90849709aea1cac324a281d5ed016f (diff) |
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
Diffstat (limited to 'manual/plugins/metronome.tex')
-rw-r--r-- | manual/plugins/metronome.tex | 127 |
1 files changed, 11 insertions, 116 deletions
diff --git a/manual/plugins/metronome.tex b/manual/plugins/metronome.tex index 965b5e88b6..977d5acb30 100644 --- a/manual/plugins/metronome.tex +++ b/manual/plugins/metronome.tex @@ -3,123 +3,18 @@ This plugin can be used as a metronome to keep time during music practice. Adjust the tempo though the interface or by tapping it out on the appropriate button. -\begin{tabular}[c]{|p{2.587cm}|p{2.55cm}|p{2.62cm}|p{4.952cm}|} +\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 -STOP -\par} -& -{\centering -OFF -\par} -& -{\centering -ONOFF -\par} -& -Exit plugin -\\\hline -{\centering -PLAY -\par} -& -{\centering -PLAY -\par} -& -{\centering -~ -\par} -& -Start / Stop -\\\hline -{\centering -ON -\par} -& -{\centering -ON -\par} -& -{\centering -~ -\par} -& -Tap tempo -\\\hline -{\centering -~ -\par} -& -{\centering -~ -\par} -& -{\centering -MODE -\par} -& -Start / Tap tempo -\\\hline -{\centering -~ -\par} -& -{\centering -~ -\par} -& -{\centering -HOLD MODE -\par} -& -Stop -\\\hline -{\centering -MINUS/PLUS -\par} -& -{\centering -LEFT/RIGHT -\par} -& -{\centering -LEFT/RIGHT -\par} -& -Adjust tempo -\\\hline -{\centering -ON+MINUS/\newline -ON+PLUS -\par} -& -{\centering -UP/DOWN -\par} -& -{\centering -UP/DOWN -\par} -& -Adjust volume -\\\hline +PLAYER & RECORDER & ONDIO & FUNCTION \\\hline +STOP & OFF & ONOFF & Exit plugin \\\hline +PLAY & PLAY & ~ & Start / Stop \\\hline +ON & ON & ~ & Tap tempo \\\hline +~ & ~ & MODE & Start / Tap tempo \\\hline +~ & ~ & HOLD MODE & Stop \\\hline +MINUS/PLUS & LEFT/RIGHT & LEFT/RIGHT & Adjust tempo \\\hline +ON+MINUS/ON+PLUS & UP/DOWN & UP/DOWN & Adjust volume \\\hline \end{tabular} +\end{table} |