summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/file_view.tex
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/configure_rockbox/file_view.tex
parent57dc2ab782f8cc70c75d58a150285df654867768 (diff)
downloadrockbox-268a4ae621a2ae21fe217496730acd0dc76dcd25.tar.gz
rockbox-268a4ae621a2ae21fe217496730acd0dc76dcd25.zip
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/file_view.tex')
-rw-r--r--manual/configure_rockbox/file_view.tex8
1 files changed, 5 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.
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 \centering 32 \begin{center}
33 \begin{tabularx}{.8\textwidth}{ll} 33 \rowcolors{1}{}{gray!30}
34 \begin{tabularx}{.8\textwidth}{XX}
34 \toprule 35 \toprule
35 \textbf{As whole numbers} & \textbf{As digits}\\ 36 \textbf{As whole numbers} & \textbf{As digits}\\
36 \midrule 37 \midrule
37 03 Jackson.mp3 & 03 Jackson.mp3\\ 38 03 Jackson.mp3 & 03 Jackson.mp3\\
38 1 Ring Of Fire.mp3 & 1 Ring Of Fire.mp3\\ 39 1 Ring Of Fire.mp3 & 1 Ring Of Fire.mp3\\
39 2 I Walk The Line.mp3 & 10 A Thing Called Love.mp3\\ 40 2 I Walk The Line.mp3 & 10 A Thing Called Love.mp3\\
@@ -43,6 +44,7 @@ displays files.
43 Episode 233.ogg & Episode 57.ogg\\ 44 Episode 233.ogg & Episode 57.ogg\\
44 \bottomrule 45 \bottomrule
45 \end{tabularx} 46 \end{tabularx}
47 \end{center}
46 \end{table} 48 \end{table}
47 49
48 50