fixed xcolor warnings when building opencv_tutorials.pdf

This commit is contained in:
Vadim Pisarevsky
2011-07-20 22:21:32 +00:00
parent f6647085cd
commit bddcc6ffcc
2 changed files with 3 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ As you could already read in my :ref:`matTheBasicImageContainer` tutorial the si
.. math::
\newcommand{\tabItG}[1] { \textcolor{black}{#1} \cellcolor{gray}}
\newcommand{\tabItG}[1] { \textcolor{black}{#1} \cellcolor[gray]{0.8}}
\begin{tabular} {ccccc}
~ & \multicolumn{1}{c}{Column 0} & \multicolumn{1}{c}{Column 1} & \multicolumn{1}{c}{Column ...} & \multicolumn{1}{c}{Column m}\\
Row 0 & \tabItG{0,0} & \tabItG{0,1} & \tabItG{...} & \tabItG{0, m} \\