forked from len0rd/rockbox
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
This commit is contained in:
parent
873d266199
commit
fb87e89473
12 changed files with 84 additions and 89 deletions
|
|
@ -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}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue