diff options
author | Alex Parker <rockbox@aeparker.com> | 2009-08-24 22:03:30 +0000 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2009-08-24 22:03:30 +0000 |
commit | 17e6288e389fc40be425d927d498c93c9d422042 (patch) | |
tree | 3b9fd50cf498bc8b01e6d629508d593c801170d6 /manual/preamble.tex | |
parent | 14edb9842b5212e1c32810af91859c163d2bba81 (diff) |
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
Diffstat (limited to 'manual/preamble.tex')
-rw-r--r-- | manual/preamble.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex index 053ef4dcff..b8ef1d26c1 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 |