diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-03-01 23:25:20 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-03-01 23:25:20 +0000 |
commit | 062139550d87d2dd6adc337bdd8c33dcc0157fa5 (patch) | |
tree | 688973bf9fec799e6c498f7974cf4f239bbc0d8e | |
parent | 1413e363c801de87e93248952d01b2e844e9cbdb (diff) |
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.tex | 16 |
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} |