summaryrefslogtreecommitdiff
path: root/manual/appendix
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2009-08-24 11:16:06 +0000
committerAlex Parker <rockbox@aeparker.com>2009-08-24 11:16:06 +0000
commit268a4ae621a2ae21fe217496730acd0dc76dcd25 (patch)
tree17a7f56020c99f591b0ecf6e7057eb54f1d36b91 /manual/appendix
parent57dc2ab782f8cc70c75d58a150285df654867768 (diff)
downloadrockbox-268a4ae621a2ae21fe217496730acd0dc76dcd25.zip
rockbox-268a4ae621a2ae21fe217496730acd0dc76dcd25.tar.gz
rockbox-268a4ae621a2ae21fe217496730acd0dc76dcd25.tar.bz2
rockbox-268a4ae621a2ae21fe217496730acd0dc76dcd25.tar.xz
Add coloured rows to the other tables in the manual (button maps already done).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22494 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
-rw-r--r--manual/appendix/config_file_options.tex3
-rw-r--r--manual/appendix/file_formats.tex28
2 files changed, 17 insertions, 14 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex
index 3ac20bb..01f098ee 100644
--- a/manual/appendix/config_file_options.tex
+++ b/manual/appendix/config_file_options.tex
@@ -6,9 +6,10 @@
% for the html output.
\ifpdfoutput{\newcommand{\localendhead}{\endhead}}%
{\newcommand{\localendhead}{}}
+ \rowcolors{1}{}{gray!30}
\begin{longtable}{@{}>{\raggedright}p{.35\textwidth}@{}>{\raggedright}p{.4\textwidth}@{}p{.25\textwidth}@{}}
\toprule
- \textbf{Setting} & \textbf{Allowed Values} & \textbf{Unit}\\
+ \rowcolor{white} \textbf{Setting} & \textbf{Allowed Values} & \textbf{Unit}\\
\midrule\localendhead % endhead breaks with htlatex
volume & \opt{masd}{-78 to +18}%
\opt{masf}{-100 -to +12}%
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex
index 8103037..87eed69 100644
--- a/manual/appendix/file_formats.tex
+++ b/manual/appendix/file_formats.tex
@@ -3,6 +3,7 @@
\section{\label{ref:Supportedfileformats}Supported file formats}
\begin{table}
\begin{center}
+\rowcolors{1}{}{gray!30}
\begin{tabularx}{\textwidth}{clp{7em}X}\toprule
\textbf{Icon} & \textbf{File Type} & \textbf{Extension}
& \textbf{Action when selected} \\\midrule%
@@ -82,9 +83,10 @@
\section{\label{ref:Supportedaudioformats}Supported audio formats}
\begin{table}
\begin{center}
+ \rowcolors{1}{}{gray!30}
\begin{tabularx}{\textwidth}{lp{6em}X}\toprule
\textbf{Format} & \textbf{Extension} & \textbf{Notes} \\\midrule
- \emph{Lossy codecs} \\
+ \multicolumn{2}{c}{\textbf{Lossy codecs}}\\
\midrule
MPEG audio & \fname{.mp1, .mpa, .mp2, .mp3} & \\
OGG/Vorbis & \fname{.ogg, .oga} & Some old ``floor 0'' files may crash Rockbox. \\
@@ -94,9 +96,9 @@
ATSC A/52 & \fname{.a52, .ac3} & Supports downmixing for playback of 5.1 streams in stereo. \\
ADX & \fname{.adx} & \\
Speex & \fname{.spx} & \\
- \\
+
\midrule
- \emph{Lossless codecs} \\
+ \multicolumn{2}{c}{\textbf{Lossless codecs}}\\
\midrule
Waveform audio format & \fname{.wav} & \\
Audio Interchange File Format & \fname{.aif, .aiff} & \\
@@ -105,20 +107,20 @@
Wavpack & \fname{.wv} & \\
Shorten & \fname{.shn} & Seeking not supported.\\
\opt{h100,h300,x5,m5,m3}{
- Monkey's Audio & \fname{.ape, .mac} & -c1000 and -c2000 files decode fast enough to be useful. \\
- }
+ Monkey's Audio & \fname{.ape, .mac} & -c1000 and -c2000 files decode
+ fast enough to be useful.}
\opt{gigabeatf}{
- Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c3000 files decode fast enough to be useful. \\
- }
+ Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c3000
+ files decode fast enough to be useful.}
\opt{gigabeats}{
- Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c4000 files decode fast enough to be useful. \\
- }
- \nopt{h100,h300,x5,m5,m3,gigabeat}{%
- Monkey's Audio & \fname{.ape, .mac} & Only -c1000 files decode fast enough to be useful. \\
- }
+ Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c4000 files decode
+ fast enough to be useful.}
+ \opt{ipod,h10,h10_5gb,mrobe100,sansa}{
+ Monkey's Audio & \fname{.ape, .mac} & Only -c1000 files decode fast
+ enough to be useful.}
\\
\midrule
- \emph{Other codecs} \\
+ \multicolumn{2}{c}{\textbf{Other codecs}}\\
\midrule
Sound Interface Device & \fname{.sid} & \\
MOD & \fname{.mod} & \\