mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix another ordering problem that led to uncolored Verbatim environments.
This commit is contained in:
parent
884eb05a78
commit
6ab33ea1a9
@ -9,7 +9,6 @@
|
|||||||
\ProvidesPackage{sphinx}[2008/05/01 LaTeX package (Sphinx markup)]
|
\ProvidesPackage{sphinx}[2008/05/01 LaTeX package (Sphinx markup)]
|
||||||
|
|
||||||
\RequirePackage{textcomp}
|
\RequirePackage{textcomp}
|
||||||
\RequirePackage{fancyvrb}
|
|
||||||
\RequirePackage{fancyhdr}
|
\RequirePackage{fancyhdr}
|
||||||
\RequirePackage{fancybox}
|
\RequirePackage{fancybox}
|
||||||
\RequirePackage{titlesec}
|
\RequirePackage{titlesec}
|
||||||
@ -18,6 +17,7 @@
|
|||||||
\RequirePackage{makeidx}
|
\RequirePackage{makeidx}
|
||||||
\RequirePackage{framed}
|
\RequirePackage{framed}
|
||||||
\RequirePackage{color}
|
\RequirePackage{color}
|
||||||
|
\RequirePackage{fancyvrb}
|
||||||
|
|
||||||
% Redefine these colors to your liking in the preamble.
|
% Redefine these colors to your liking in the preamble.
|
||||||
\definecolor{TitleColor}{rgb}{0.126,0.263,0.361}
|
\definecolor{TitleColor}{rgb}{0.126,0.263,0.361}
|
||||||
|
Loading…
Reference in New Issue
Block a user