1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Dominik Riebeling 2009-03-01 23:25:20 +00:00
parent 1413e363c8
commit 062139550d

View file

@ -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}