Merge pull request #1906 from kieranh5511/master

Use xcolor over color for \fcolorbox where available for LaTeX output
This commit is contained in:
Takeshi KOMIYA 2016-01-04 22:22:23 +09:00
commit 476f8093ea

View File

@ -19,7 +19,13 @@
\RequirePackage{makeidx}
\RequirePackage{framed}
\RequirePackage{ifthen}
\RequirePackage{color}
%The xcolor package draws better fcolorboxes
%around verbatim code
\IfFileExists{xcolor.sty}{
\RequirePackage[xcdraw]{xcolor}
}{
\RequirePackage{color}
}
% For highlighted code.
\RequirePackage{fancyvrb}
% For table captions.