fixed xcolor warnings when building opencv_tutorials.pdf
authorVadim Pisarevsky <no@email>
Wed, 20 Jul 2011 22:21:32 +0000 (22:21 +0000)
committerVadim Pisarevsky <no@email>
Wed, 20 Jul 2011 22:21:32 +0000 (22:21 +0000)
doc/conf.py
doc/tutorials/core/how_to_scan_images/how_to_scan_images.rst

index 297adb5..3f47131 100644 (file)
@@ -170,7 +170,7 @@ htmlhelp_basename = 'opencv'
 
 # OpenCV docs use some custom LaTeX macros in the formula. Make sure we include the definitions
 pngmath_latex_preamble = r"""
-\usepackage{euler}\usepackage[usenames,dvipsnames]{color}\usepackage{amssymb}\usepackage{amsmath}\usepackage{bbm}\usepackage[table]{xcolor}
+\usepackage{euler}\usepackage[usenames,dvipsnames]{color}\usepackage{amssymb}\usepackage{amsmath}\usepackage{bbm}\usepackage{colortbl}
 \newcommand{\matTT}[9]{
 \[
 \left|\begin{array}{ccc}
@@ -235,7 +235,7 @@ preamble ="""
 \usepackage{euler}
 \usepackage[scaled=0.85]{beramono}
 \usepackage{mymath}\usepackage{amssymb}\usepackage{amsmath}\usepackage{bbm}\setcounter{secnumdepth}{1}
-\usepackage[table]{xcolor}
+\usepackage{colortbl}
 """
 
 latex_elements = {'preamble': preamble}
index fd04708..675f80c 100644 (file)
@@ -65,7 +65,7 @@ As you could already read in my :ref:`matTheBasicImageContainer` tutorial the si
 \r
 .. math::\r
 \r
-   \newcommand{\tabItG}[1] { \textcolor{black}{#1} \cellcolor{gray}}\r
+   \newcommand{\tabItG}[1] { \textcolor{black}{#1} \cellcolor[gray]{0.8}}\r
    \begin{tabular} {ccccc}\r
    ~ & \multicolumn{1}{c}{Column 0} &   \multicolumn{1}{c}{Column 1} &   \multicolumn{1}{c}{Column ...} & \multicolumn{1}{c}{Column m}\\\r
    Row 0 & \tabItG{0,0} & \tabItG{0,1} & \tabItG{...}  & \tabItG{0, m} \\\r