summaryrefslogtreecommitdiff
path: root/sphinx/texinputs/sphinx.sty
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-11-16 17:35:22 +0100
committerGeorg Brandl <georg@python.org>2008-11-16 17:35:22 +0100
commit4f7e02cf772cbfccae3bf6fadd169827f525f587 (patch)
tree64ab68a176c984146af3ecd3e0ee378705ecda4f /sphinx/texinputs/sphinx.sty
parent6b3e3c23fd725b68f552afa619c3cc4a89213994 (diff)
downloadsphinx-4f7e02cf772cbfccae3bf6fadd169827f525f587.tar.gz
Support table captions in LaTeX output.
Diffstat (limited to 'sphinx/texinputs/sphinx.sty')
-rw-r--r--sphinx/texinputs/sphinx.sty1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/texinputs/sphinx.sty b/sphinx/texinputs/sphinx.sty
index c0ea9d6e..e5ed4d79 100644
--- a/sphinx/texinputs/sphinx.sty
+++ b/sphinx/texinputs/sphinx.sty
@@ -18,6 +18,7 @@
\RequirePackage{framed}
\RequirePackage{color}
\RequirePackage{fancyvrb}
+\RequirePackage{threeparttable}
% Redefine these colors to your liking in the preamble.
\definecolor{TitleColor}{rgb}{0.126,0.263,0.361}