diff options
author | Alex Parker <rockbox@aeparker.com> | 2009-08-24 11:16:06 +0000 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2009-08-24 11:16:06 +0000 |
commit | 268a4ae621a2ae21fe217496730acd0dc76dcd25 (patch) | |
tree | 17a7f56020c99f591b0ecf6e7057eb54f1d36b91 /manual/configure_rockbox | |
parent | 57dc2ab782f8cc70c75d58a150285df654867768 (diff) |
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/configure_rockbox')
-rw-r--r-- | manual/configure_rockbox/file_view.tex | 8 | ||||
-rw-r--r-- | manual/configure_rockbox/sound_settings.tex | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex index 83173bdfa5..e1349343e3 100644 --- a/manual/configure_rockbox/file_view.tex +++ b/manual/configure_rockbox/file_view.tex @@ -29,11 +29,12 @@ 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} - \centering - \begin{tabularx}{.8\textwidth}{ll} + \begin{center} + \rowcolors{1}{}{gray!30} + \begin{tabularx}{.8\textwidth}{XX} \toprule \textbf{As whole numbers} & \textbf{As digits}\\ - \midrule + \midrule 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\\ @@ -43,6 +44,7 @@ displays files. Episode 233.ogg & Episode 57.ogg\\ \bottomrule \end{tabularx} + \end{center} \end{table} diff --git a/manual/configure_rockbox/sound_settings.tex b/manual/configure_rockbox/sound_settings.tex index ad99d86c77..dcf543a3d4 100644 --- a/manual/configure_rockbox/sound_settings.tex +++ b/manual/configure_rockbox/sound_settings.tex @@ -81,6 +81,7 @@ change to customise your listening experience. % \begin{table} \begin{center} + \rowcolors{1}{}{gray!30} \begin{tabularx}{\textwidth}{lX}\toprule \textbf{Setting} & \textbf{Description} \\\midrule Stereo @@ -198,6 +199,7 @@ change to customise your listening experience. % \begin{table}[h!] \begin{center} + \rowcolors{1}{}{gray!30} \begin{tabular}{@{}lc@{}}\toprule Setting & Value \\\midrule MDB Strength & 50dB \\ |