diff options
| author | Georg Brandl <georg@python.org> | 2008-11-16 17:35:22 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-11-16 17:35:22 +0100 |
| commit | 4f7e02cf772cbfccae3bf6fadd169827f525f587 (patch) | |
| tree | 64ab68a176c984146af3ecd3e0ee378705ecda4f /sphinx/texinputs/sphinx.sty | |
| parent | 6b3e3c23fd725b68f552afa619c3cc4a89213994 (diff) | |
| download | sphinx-4f7e02cf772cbfccae3bf6fadd169827f525f587.tar.gz | |
Support table captions in LaTeX output.
Diffstat (limited to 'sphinx/texinputs/sphinx.sty')
| -rw-r--r-- | sphinx/texinputs/sphinx.sty | 1 |
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} |
