From fb87e8947340e183e0c9c55345f0f2917d03ef1c Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Mon, 24 Aug 2009 21:22:18 +0000 Subject: 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 --- manual/configure_rockbox/recording_settings.tex | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'manual/configure_rockbox/recording_settings.tex') 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} } -- cgit