Fix another ordering problem that led to uncolored Verbatim environments.

This commit is contained in:
Georg Brandl 2008-10-17 11:47:36 +00:00
parent 884eb05a78
commit 6ab33ea1a9

View File

@ -9,7 +9,6 @@
\ProvidesPackage{sphinx}[2008/05/01 LaTeX package (Sphinx markup)]
\RequirePackage{textcomp}
\RequirePackage{fancyvrb}
\RequirePackage{fancyhdr}
\RequirePackage{fancybox}
\RequirePackage{titlesec}
@ -18,6 +17,7 @@
\RequirePackage{makeidx}
\RequirePackage{framed}
\RequirePackage{color}
\RequirePackage{fancyvrb}
% Redefine these colors to your liking in the preamble.
\definecolor{TitleColor}{rgb}{0.126,0.263,0.361}