summaryrefslogtreecommitdiff
path: root/manual/preamble.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/preamble.tex')
-rw-r--r--manual/preamble.tex10
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 @@
61\newcommand{\fixme}[1]{\textbf{\textcolor{red}{#1}}} 61\newcommand{\fixme}[1]{\textbf{\textcolor{red}{#1}}}
62 62
63% Colors used to typeset table headers and alternating table rows 63% Colors used to typeset table headers and alternating table rows
64\colorlet{tblhdrbgcolor}{gray!60} % Background color for headers 64\colorlet{tblhdrbgcolor}{white} % Background color for headers
65\colorlet{tbloddrowbgcolor}{white} % Background color for odd rows (headers not included) 65\colorlet{tbloddrowbgcolor}{white} % Background color for odd rows (headers not included)
66\colorlet{tblevenrowbgcolor}{gray!30} % Background color for even rows (headers not included) 66\colorlet{tblevenrowbgcolor}{blue!15} % Background color for even rows (headers not included)
67 67
68\usepackage{fancyhdr} 68\usepackage{fancyhdr}
69\usepackage{graphicx} 69\usepackage{graphicx}
@@ -222,7 +222,7 @@
222% \end{rbtabular} 222% \end{rbtabular}
223% 223%
224\newenvironment{rbtabular}[5]{% 224\newenvironment{rbtabular}[5]{%
225 \rowcolors{2}{tblevenrowbgcolor}{tbloddrowbgcolor} 225 \rowcolors{2}{tbloddrowbgcolor}{tblevenrowbgcolor}
226 \expandafter\let\expandafter\SavedEndTab\csname endtabular*\endcsname 226 \expandafter\let\expandafter\SavedEndTab\csname endtabular*\endcsname
227 \expandafter\renewcommand\expandafter*\csname endtabular*\endcsname{% 227 \expandafter\renewcommand\expandafter*\csname endtabular*\endcsname{%
228 \bottomrule 228 \bottomrule
@@ -251,7 +251,7 @@
251% Note: you still need to enclose this with \begin{table} / \end{table} 251% Note: you still need to enclose this with \begin{table} / \end{table}
252% Cheers for the usenet helping me building this up :) 252% Cheers for the usenet helping me building this up :)
253\newenvironment{tagmap}[2]{% 253\newenvironment{tagmap}[2]{%
254\rowcolors{1}{tblevenrowbgcolor}{tbloddrowbgcolor} 254\rowcolors{1}{tbloddrowbgcolor}{tblevenrowbgcolor}
255 \expandafter\let\expandafter\SavedEndTab\csname endtabular*\endcsname 255 \expandafter\let\expandafter\SavedEndTab\csname endtabular*\endcsname
256 \expandafter\renewcommand\expandafter*\csname endtabular*\endcsname{% 256 \expandafter\renewcommand\expandafter*\csname endtabular*\endcsname{%
257 \bottomrule 257 \bottomrule
@@ -361,7 +361,7 @@
361% Main Unit Key & Remote Key & Description \\ 361% Main Unit Key & Remote Key & Description \\
362 362
363\newenvironment{btnmap}[2]{% 363\newenvironment{btnmap}[2]{%
364 \rowcolors{1}{tblevenrowbgcolor}{tbloddrowbgcolor} 364 \rowcolors{1}{tbloddrowbgcolor}{tblevenrowbgcolor}
365 \expandafter\let\expandafter\SavedEndTab\csname endtabular*\endcsname 365 \expandafter\let\expandafter\SavedEndTab\csname endtabular*\endcsname
366 \expandafter\renewcommand\expandafter*\csname endtabular*\endcsname{% 366 \expandafter\renewcommand\expandafter*\csname endtabular*\endcsname{%
367 \bottomrule 367 \bottomrule