summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/configure_rockbox/file_view.tex13
1 files changed, 7 insertions, 6 deletions
diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex
index 3cc035c623..83173bdfa5 100644
--- a/manual/configure_rockbox/file_view.tex
+++ b/manual/configure_rockbox/file_view.tex
@@ -24,7 +24,8 @@ displays files.
24 \setting{As whole numbers} enables a sorting algorithm which is similar to 24 \setting{As whole numbers} enables a sorting algorithm which is similar to
25 the default sorting of, for example, Windows Explorer, Mac OS X's Finder 25 the default sorting of, for example, Windows Explorer, Mac OS X's Finder
26 or Nautilus, with regards to numbers at the beginning or within filenames. 26 or Nautilus, with regards to numbers at the beginning or within filenames.
27 It combines consecutive digits to a number used for sorting. 27 It combines consecutive digits to a number used for sorting, taking leading
28 zeros into account.
28 \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
29 be compared separately. The following table demonstrates the two sortings. 30 be compared separately. The following table demonstrates the two sortings.
30 \begin{table} 31 \begin{table}
@@ -33,13 +34,13 @@ displays files.
33 \toprule 34 \toprule
34 \textbf{As whole numbers} & \textbf{As digits}\\ 35 \textbf{As whole numbers} & \textbf{As digits}\\
35 \midrule 36 \midrule
36 1 Ring Of Fire.mp3 & 03 Jackson.mp3\\ 37 03 Jackson.mp3 & 03 Jackson.mp3\\
37 2 I Walk The Line.mp3 & 1 Ring Of Fire.mp3\\ 38 1 Ring Of Fire.mp3 & 1 Ring Of Fire.mp3\\
38 03 Jackson.mp3 & 10 A Thing Called Love.mp3\\ 39 2 I Walk The Line.mp3 & 10 A Thing Called Love.mp3\\
39 10 A Thing Called Love.mp3 & 2 I Walk The Line.mp3\\ 40 10 A Thing Called Love.mp3 & 2 I Walk The Line.mp3\\
40 Episode 1.ogg & Episode 1.ogg\\ 41 Episode 1.ogg & Episode 1.ogg\\
41 Episode 2.ogg & Episode 10.ogg\\ 42 Episode 57.ogg & Episode 233.ogg\\
42 Episode 10.ogg & Episode 2.ogg\\ 43 Episode 233.ogg & Episode 57.ogg\\
43 \bottomrule 44 \bottomrule
44 \end{tabularx} 45 \end{tabularx}
45 \end{table} 46 \end{table}