summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/configure_rockbox/file_view.tex16
1 files changed, 8 insertions, 8 deletions
diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex
index 66bb8c075b..b3c033b39d 100644
--- a/manual/configure_rockbox/file_view.tex
+++ b/manual/configure_rockbox/file_view.tex
@@ -26,14 +26,13 @@ displays files.
26 or Nautilus, with regards to numbers at the beginning or within file names. 26 or Nautilus, with regards to numbers at the beginning or within file names.
27 It combines consecutive digits to numbers and uses this numbers for sorting. 27 It combines consecutive digits to numbers and uses this numbers for sorting.
28 \newline\setting{As whole numbers} disables this algorithm, and causes every digit to 28 \newline\setting{As whole numbers} disables this algorithm, and causes every digit to
29 be compared separately. 29 be compared separately. The following table opposes the two sortings.
30 \begin{table}[h] 30 \begin{table}
31 \centering 31 \centering
32 \caption{Example Sorting} 32 \begin{tabularx}{.8\textwidth}{ll}
33 \begin{tabular}{ll} 33 \toprule
34 \hline\hline 34 \textbf{As whole numbers} & \textbf{As digits}\\
35 As whole numbers & As digits\\ 35 \midrule
36 \hline
37 1 Ring Of Fire.mp3 & 03 Jackson.mp3\\ 36 1 Ring Of Fire.mp3 & 03 Jackson.mp3\\
38 2 I Walk The Line.mp3 & 1 Ring Of Fire.mp3\\ 37 2 I Walk The Line.mp3 & 1 Ring Of Fire.mp3\\
39 03 Jackson.mp3 & 10 A Thing Called Love.mp3\\ 38 03 Jackson.mp3 & 10 A Thing Called Love.mp3\\
@@ -41,7 +40,8 @@ displays files.
41 Episode 1.ogg & Episode 1.ogg\\ 40 Episode 1.ogg & Episode 1.ogg\\
42 Episode 2.ogg & Episode 10.ogg\\ 41 Episode 2.ogg & Episode 10.ogg\\
43 Episode 10.ogg & Episode 2.ogg\\ 42 Episode 10.ogg & Episode 2.ogg\\
44 \end{tabular} 43 \bottomrule
44 \end{tabularx}
45 \end{table} 45 \end{table}
46 46
47 47