From 268a4ae621a2ae21fe217496730acd0dc76dcd25 Mon Sep 17 00:00:00 2001 From: Alex Parker Date: Mon, 24 Aug 2009 11:16:06 +0000 Subject: Add coloured rows to the other tables in the manual (button maps already done). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22494 a1c6a512-1295-4272-9138-f99709370657 --- manual/configure_rockbox/file_view.tex | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'manual/configure_rockbox/file_view.tex') diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex index 83173bdfa5..e1349343e3 100644 --- a/manual/configure_rockbox/file_view.tex +++ b/manual/configure_rockbox/file_view.tex @@ -29,11 +29,12 @@ displays files. \newline\setting{As digits} disables this algorithm, and causes every digit to be compared separately. The following table demonstrates the two sortings. \begin{table} - \centering - \begin{tabularx}{.8\textwidth}{ll} + \begin{center} + \rowcolors{1}{}{gray!30} + \begin{tabularx}{.8\textwidth}{XX} \toprule \textbf{As whole numbers} & \textbf{As digits}\\ - \midrule + \midrule 03 Jackson.mp3 & 03 Jackson.mp3\\ 1 Ring Of Fire.mp3 & 1 Ring Of Fire.mp3\\ 2 I Walk The Line.mp3 & 10 A Thing Called Love.mp3\\ @@ -43,6 +44,7 @@ displays files. Episode 233.ogg & Episode 57.ogg\\ \bottomrule \end{tabularx} + \end{center} \end{table} -- cgit v1.2.3