summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/file_view.tex
diff options
context:
space:
mode:
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