From 013c882d3446d69078e62cd8c8c0dddd7448450e Mon Sep 17 00:00:00 2001 From: Andrew Dunning Date: Sat, 17 Oct 2015 11:59:30 -0400 Subject: [PATCH] Remove usenames option from xcolor. According to the `xcolor` release notes, the `override`, `usenames`, `nodvipsnames` options and `\xdefinecolor` command are no longer needed, as of 2004/07/04 (v2.00). --- tufte-common.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tufte-common.def b/tufte-common.def index e3f2005..3fd41ea 100644 --- a/tufte-common.def +++ b/tufte-common.def @@ -821,7 +821,7 @@ %% % Color -\RequirePackage[usenames,dvipsnames,svgnames]{xcolor}% load before bidi +\RequirePackage[dvipsnames,svgnames]{xcolor}% load before bidi %% % Load the bidi package if instructed to do so. This package must be loaded