From 9e43785c43ca5111c741ba8ec1a5a8b4e6f159c6 Mon Sep 17 00:00:00 2001
From: Andre Maroneze <andre.maroneze@cea.fr>
Date: Tue, 16 Feb 2021 17:58:28 +0100
Subject: [PATCH] [Doc] add table parameter to xcolor, for longtable

---
 doc/frama-c-book.cls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/frama-c-book.cls b/doc/frama-c-book.cls
index 159783c66b3..19ad2e9fa2a 100644
--- a/doc/frama-c-book.cls
+++ b/doc/frama-c-book.cls
@@ -39,7 +39,7 @@ prefix=framacbook@,
 \RequirePackage[T1]{fontenc}
 \RequirePackage[utf8]{inputenc}
 \RequirePackage{amssymb}
-\RequirePackage{xcolor}
+\RequirePackage[table]{xcolor}
 \RequirePackage[pdftex]{graphicx}
 \RequirePackage{ifthen}
 \RequirePackage{xspace}
-- 
GitLab