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.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.
or Nautilus, with regards to numbers at the beginning or within file names.
It combines consecutive digits to numbers and uses this numbers for sorting.
\newline\setting{As whole numbers} disables this algorithm, and causes every digit to
- be compared separately.
- \begin{table}[h]
+ be compared separately. The following table opposes the two sortings.
+ \begin{table}
\centering
- \caption{Example Sorting}
- \begin{tabular}{ll}
- \hline\hline
- As whole numbers & As digits\\
- \hline
+ \begin{tabularx}{.8\textwidth}{ll}
+ \toprule
+ \textbf{As whole numbers} & \textbf{As digits}\\
+ \midrule
1 Ring Of Fire.mp3 & 03 Jackson.mp3\\
2 I Walk The Line.mp3 & 1 Ring Of Fire.mp3\\
03 Jackson.mp3 & 10 A Thing Called Love.mp3\\
@@ -41,7 +40,8 @@ displays files.
Episode 1.ogg & Episode 1.ogg\\
Episode 2.ogg & Episode 10.ogg\\
Episode 10.ogg & Episode 2.ogg\\
- \end{tabular}
+ \bottomrule
+ \end{tabularx}
\end{table}