summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2009-03-01 23:25:20 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2009-03-01 23:25:20 +0000
commit062139550d87d2dd6adc337bdd8c33dcc0157fa5 (patch)
tree688973bf9fec799e6c498f7974cf4f239bbc0d8e
parent1413e363c801de87e93248952d01b2e844e9cbdb (diff)
downloadrockbox-062139550d87d2dd6adc337bdd8c33dcc0157fa5.tar.gz
rockbox-062139550d87d2dd6adc337bdd8c33dcc0157fa5.zip
Make the example table follow the same look as the other tables in the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20159 a1c6a512-1295-4272-9138-f99709370657
-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