From 6513c5e97b213eb366f289d6b7362d1154e60a81 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 24 Aug 2009 22:03:30 +0000 Subject: [PATCH] Correct order of odd and even row colours in the rowcolors command, and set colours to alternate white asnd 15% blue with a white header for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22506 a1c6a512-1295-4272-9138-f99709370657 --- manual/preamble.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manual/preamble.tex b/manual/preamble.tex index 053ef4dcf..b8ef1d26c 100644 --- a/manual/preamble.tex +++ b/manual/preamble.tex @@ -61,9 +61,9 @@ \newcommand{\fixme}[1]{\textbf{\textcolor{red}{#1}}} % Colors used to typeset table headers and alternating table rows -\colorlet{tblhdrbgcolor}{gray!60} % Background color for headers +\colorlet{tblhdrbgcolor}{white} % Background color for headers \colorlet{tbloddrowbgcolor}{white} % Background color for odd rows (headers not included) -\colorlet{tblevenrowbgcolor}{gray!30} % Background color for even rows (headers not included) +\colorlet{tblevenrowbgcolor}{blue!15} % Background color for even rows (headers not included) \usepackage{fancyhdr} \usepackage{graphicx} @@ -222,7 +222,7 @@ % \end{rbtabular} % \newenvironment{rbtabular}[5]{% - \rowcolors{2}{tblevenrowbgcolor}{tbloddrowbgcolor} + \rowcolors{2}{tbloddrowbgcolor}{tblevenrowbgcolor} \expandafter\let\expandafter\SavedEndTab\csname endtabular*\endcsname \expandafter\renewcommand\expandafter*\csname endtabular*\endcsname{% \bottomrule @@ -251,7 +251,7 @@ % Note: you still need to enclose this with \begin{table} / \end{table} % Cheers for the usenet helping me building this up :) \newenvironment{tagmap}[2]{% -\rowcolors{1}{tblevenrowbgcolor}{tbloddrowbgcolor} +\rowcolors{1}{tbloddrowbgcolor}{tblevenrowbgcolor} \expandafter\let\expandafter\SavedEndTab\csname endtabular*\endcsname \expandafter\renewcommand\expandafter*\csname endtabular*\endcsname{% \bottomrule @@ -361,7 +361,7 @@ % Main Unit Key & Remote Key & Description \\ \newenvironment{btnmap}[2]{% - \rowcolors{1}{tblevenrowbgcolor}{tbloddrowbgcolor} + \rowcolors{1}{tbloddrowbgcolor}{tblevenrowbgcolor} \expandafter\let\expandafter\SavedEndTab\csname endtabular*\endcsname \expandafter\renewcommand\expandafter*\csname endtabular*\endcsname{% \bottomrule -- 2.11.4.GIT