diff options
Diffstat (limited to 'manual/configure_rockbox')
-rw-r--r-- | manual/configure_rockbox/file_view.tex | 12 | ||||
-rw-r--r-- | manual/configure_rockbox/recording_settings.tex | 10 | ||||
-rw-r--r-- | manual/configure_rockbox/sound_settings.tex | 20 |
3 files changed, 13 insertions, 29 deletions
diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex index 3bf7c07faf..21dbe4042f 100644 --- a/manual/configure_rockbox/file_view.tex +++ b/manual/configure_rockbox/file_view.tex @@ -29,12 +29,8 @@ displays files. \newline\setting{As digits} disables this algorithm, and causes every digit to be compared separately. The following table demonstrates the two sortings. \begin{table} - \begin{center} - \rowcolors{1}{}{tblrowbgcolor} - \begin{tabularx}{.8\textwidth}{XX} - \toprule - \textbf{As whole numbers} & \textbf{As digits}\\ - \midrule + \begin{rbtabular}{.8\textwidth}{XX}% + {\textbf{As whole numbers} & \textbf{As digits}}{}{} 03 Jackson.mp3 & 03 Jackson.mp3\\ 1 Ring Of Fire.mp3 & 1 Ring Of Fire.mp3\\ 2 I Walk The Line.mp3 & 10 A Thing Called Love.mp3\\ @@ -42,9 +38,7 @@ displays files. Episode 1.ogg & Episode 1.ogg\\ Episode 57.ogg & Episode 233.ogg\\ Episode 233.ogg & Episode 57.ogg\\ - \bottomrule - \end{tabularx} - \end{center} + \end{rbtabular} \end{table} diff --git a/manual/configure_rockbox/recording_settings.tex b/manual/configure_rockbox/recording_settings.tex index f7b17d524f..27db3e86ce 100644 --- a/manual/configure_rockbox/recording_settings.tex +++ b/manual/configure_rockbox/recording_settings.tex @@ -19,15 +19,13 @@ and the average bitrate changes as follows. \begin{table}[h!] - \begin{center} - \begin{tabularx}{0.75\textwidth}{lX}\toprule - \emph{Frequency} & \emph{Bitrate} (Kbit/s) -- quality 0$\rightarrow$7 \\\midrule + \begin{rbtabular}{0.75\textwidth}{lX}% + {\emph{Frequency} & \emph{Bitrate} (Kbit/s) -- quality 0$\rightarrow$7}{}{} 44100Hz stereo & 75, 80, 90, 100, 120, 140, 160, 170 \\ 22050Hz stereo & 39, 41, 45, 50, 60, 80, 110, 130 \\ 44100Hz mono & 65, 68, 73, 80, 90, 105, 125, 140 \\ - 22050Hz mono & 35, 38, 40, 45, 50, 60, 75, 90 \\\bottomrule - \end{tabularx} - \end{center} + 22050Hz mono & 35, 38, 40, 45, 50, 60, 75, 90 \\ + \end{rbtabular} \end{table} } 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} |