diff options
author | Alexander Levin <al.le@rockbox.org> | 2009-08-24 21:22:18 +0000 |
---|---|---|
committer | Alexander Levin <al.le@rockbox.org> | 2009-08-24 21:22:18 +0000 |
commit | fb87e8947340e183e0c9c55345f0f2917d03ef1c (patch) | |
tree | ee59e1119e6eb0b7fb2e7450ea7e567d1c40b138 /manual/configure_rockbox/sound_settings.tex | |
parent | 873d266199f02cf619ff0c56f645cb674ed996cf (diff) | |
download | rockbox-fb87e8947340e183e0c9c55345f0f2917d03ef1c.tar.gz rockbox-fb87e8947340e183e0c9c55345f0f2917d03ef1c.tar.bz2 rockbox-fb87e8947340e183e0c9c55345f0f2917d03ef1c.zip |
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
Diffstat (limited to 'manual/configure_rockbox/sound_settings.tex')
-rw-r--r-- | manual/configure_rockbox/sound_settings.tex | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/manual/configure_rockbox/sound_settings.tex b/manual/configure_rockbox/sound_settings.tex index c3ce1f4dcb..e8e4f8aeee 100644 --- a/manual/configure_rockbox/sound_settings.tex +++ b/manual/configure_rockbox/sound_settings.tex @@ -80,10 +80,8 @@ change to customise your listening experience. Available options are: % \begin{table} - \begin{center} - \rowcolors{1}{}{tblrowbgcolor} - \begin{tabularx}{\textwidth}{lX}\toprule - \textbf{Setting} & \textbf{Description} \\\midrule + \begin{rbtabular}{\textwidth}{lX}% + {\textbf{Setting} & \textbf{Description}}{}{} Stereo & Leave the audio signal unmodified. \\ % @@ -107,9 +105,7 @@ change to customise your listening experience. to make the singer sound centrally placed, this often (but not always) has the effect of removing the voice track from a song. This setting also very often has other undesirable effects on the sound. \\ - \bottomrule - \end{tabularx} - \end{center} + \end{rbtabular} \end{table} \section{Stereo Width} @@ -198,16 +194,12 @@ change to customise your listening experience. Rockbox uses are: % \begin{table}[h!] - \begin{center} - \rowcolors{1}{}{tblrowbgcolor} - \begin{tabular}{@{}lc@{}}\toprule - Setting & Value \\\midrule + \begin{rbtabular}{0.5\textwidth}{Xc}{Setting & Value}{}{} MDB Strength & 50dB \\ MDB Harmonics & 48\% \\ MDB Centre Frequency & 60Hz \\ - MDB Shape & 90Hz \\\bottomrule - \end{tabular} - \end{center} + MDB Shape & 90Hz \\ + \end{rbtabular} \end{table} \end{description} |