summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/sound_settings.tex
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-08-24 21:22:18 +0000
committerAlexander Levin <al.le@rockbox.org>2009-08-24 21:22:18 +0000
commitfb87e8947340e183e0c9c55345f0f2917d03ef1c (patch)
treeee59e1119e6eb0b7fb2e7450ea7e567d1c40b138 /manual/configure_rockbox/sound_settings.tex
parent873d266199f02cf619ff0c56f645cb674ed996cf (diff)
downloadrockbox-fb87e8947340e183e0c9c55345f0f2917d03ef1c.tar.gz
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.tex20
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.
80 Available options are: 80 Available options are:
81 % 81 %
82 \begin{table} 82 \begin{table}
83 \begin{center} 83 \begin{rbtabular}{\textwidth}{lX}%
84 \rowcolors{1}{}{tblrowbgcolor} 84 {\textbf{Setting} & \textbf{Description}}{}{}
85 \begin{tabularx}{\textwidth}{lX}\toprule
86 \textbf{Setting} & \textbf{Description} \\\midrule
87 Stereo 85 Stereo
88 & Leave the audio signal unmodified. \\ 86 & Leave the audio signal unmodified. \\
89 % 87 %
@@ -107,9 +105,7 @@ change to customise your listening experience.
107 to make the singer sound centrally placed, this often (but not 105 to make the singer sound centrally placed, this often (but not
108 always) has the effect of removing the voice track from a song. This 106 always) has the effect of removing the voice track from a song. This
109 setting also very often has other undesirable effects on the sound. \\ 107 setting also very often has other undesirable effects on the sound. \\
110 \bottomrule 108 \end{rbtabular}
111 \end{tabularx}
112 \end{center}
113 \end{table} 109 \end{table}
114 110
115\section{Stereo Width} 111\section{Stereo Width}
@@ -198,16 +194,12 @@ change to customise your listening experience.
198 Rockbox uses are: 194 Rockbox uses are:
199 % 195 %
200 \begin{table}[h!] 196 \begin{table}[h!]
201 \begin{center} 197 \begin{rbtabular}{0.5\textwidth}{Xc}{Setting & Value}{}{}
202 \rowcolors{1}{}{tblrowbgcolor}
203 \begin{tabular}{@{}lc@{}}\toprule
204 Setting & Value \\\midrule
205 MDB Strength & 50dB \\ 198 MDB Strength & 50dB \\
206 MDB Harmonics & 48\% \\ 199 MDB Harmonics & 48\% \\
207 MDB Centre Frequency & 60Hz \\ 200 MDB Centre Frequency & 60Hz \\
208 MDB Shape & 90Hz \\\bottomrule 201 MDB Shape & 90Hz \\
209 \end{tabular} 202 \end{rbtabular}
210 \end{center}
211 \end{table} 203 \end{table}
212 204
213 \end{description} 205 \end{description}