From 42fc3d33fac4bbc2d354fae6d28c313a6558e163 Mon Sep 17 00:00:00 2001 From: bluebrother Date: Sun, 1 Mar 2009 23:25:20 +0000 Subject: [PATCH] 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 --- manual/configure_rockbox/file_view.tex | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex index 66bb8c075..b3c033b39 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} -- 2.11.4.GIT