summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox
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
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')
-rw-r--r--manual/configure_rockbox/file_view.tex12
-rw-r--r--manual/configure_rockbox/recording_settings.tex10
-rw-r--r--manual/configure_rockbox/sound_settings.tex20
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.
29 \newline\setting{As digits} disables this algorithm, and causes every digit to 29 \newline\setting{As digits} disables this algorithm, and causes every digit to
30 be compared separately. The following table demonstrates the two sortings. 30 be compared separately. The following table demonstrates the two sortings.
31 \begin{table} 31 \begin{table}
32 \begin{center} 32 \begin{rbtabular}{.8\textwidth}{XX}%
33 \rowcolors{1}{}{tblrowbgcolor} 33 {\textbf{As whole numbers} & \textbf{As digits}}{}{}
34 \begin{tabularx}{.8\textwidth}{XX}
35 \toprule
36 \textbf{As whole numbers} & \textbf{As digits}\\
37 \midrule
38 03 Jackson.mp3 & 03 Jackson.mp3\\ 34 03 Jackson.mp3 & 03 Jackson.mp3\\
39 1 Ring Of Fire.mp3 & 1 Ring Of Fire.mp3\\ 35 1 Ring Of Fire.mp3 & 1 Ring Of Fire.mp3\\
40 2 I Walk The Line.mp3 & 10 A Thing Called Love.mp3\\ 36 2 I Walk The Line.mp3 & 10 A Thing Called Love.mp3\\
@@ -42,9 +38,7 @@ displays files.
42 Episode 1.ogg & Episode 1.ogg\\ 38 Episode 1.ogg & Episode 1.ogg\\
43 Episode 57.ogg & Episode 233.ogg\\ 39 Episode 57.ogg & Episode 233.ogg\\
44 Episode 233.ogg & Episode 57.ogg\\ 40 Episode 233.ogg & Episode 57.ogg\\
45 \bottomrule 41 \end{rbtabular}
46 \end{tabularx}
47 \end{center}
48 \end{table} 42 \end{table}
49 43
50 44
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 @@
19 and the average bitrate changes as follows. 19 and the average bitrate changes as follows.
20 20
21 \begin{table}[h!] 21 \begin{table}[h!]
22 \begin{center} 22 \begin{rbtabular}{0.75\textwidth}{lX}%
23 \begin{tabularx}{0.75\textwidth}{lX}\toprule 23 {\emph{Frequency} & \emph{Bitrate} (Kbit/s) -- quality 0$\rightarrow$7}{}{}
24 \emph{Frequency} & \emph{Bitrate} (Kbit/s) -- quality 0$\rightarrow$7 \\\midrule
25 44100Hz stereo & 75, 80, 90, 100, 120, 140, 160, 170 \\ 24 44100Hz stereo & 75, 80, 90, 100, 120, 140, 160, 170 \\
26 22050Hz stereo & 39, 41, 45, 50, 60, 80, 110, 130 \\ 25 22050Hz stereo & 39, 41, 45, 50, 60, 80, 110, 130 \\
27 44100Hz mono & 65, 68, 73, 80, 90, 105, 125, 140 \\ 26 44100Hz mono & 65, 68, 73, 80, 90, 105, 125, 140 \\
28 22050Hz mono & 35, 38, 40, 45, 50, 60, 75, 90 \\\bottomrule 27 22050Hz mono & 35, 38, 40, 45, 50, 60, 75, 90 \\
29 \end{tabularx} 28 \end{rbtabular}
30 \end{center}
31 \end{table} 29 \end{table}
32} 30}
33 31
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}