diff options
| author | Georg Brandl <georg@python.org> | 2009-02-14 19:47:51 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-02-14 19:47:51 +0100 |
| commit | f56397b9fb8d291a2fdd384a8305d5adce0498c8 (patch) | |
| tree | 6119dc3e73f6ed310b76a351763424a38552f6c0 /sphinx/texinputs/sphinx.sty | |
| parent | ede7b9ea692eae47c5b353c411f836cbdd81282c (diff) | |
| parent | 369672520a2b0df905cc8f0baa5b606a09b9b4c8 (diff) | |
| download | sphinx-f56397b9fb8d291a2fdd384a8305d5adce0498c8.tar.gz | |
merge with 0.5
Diffstat (limited to 'sphinx/texinputs/sphinx.sty')
| -rw-r--r-- | sphinx/texinputs/sphinx.sty | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sphinx/texinputs/sphinx.sty b/sphinx/texinputs/sphinx.sty index 364b571e..36768308 100644 --- a/sphinx/texinputs/sphinx.sty +++ b/sphinx/texinputs/sphinx.sty @@ -19,6 +19,9 @@ \RequirePackage{color} \RequirePackage{fancyvrb} \RequirePackage{threeparttable} +% Handle footnotes in tables. +\RequirePackage{footnote} +\makesavenoteenv{tabulary} % Redefine these colors to your liking in the preamble. \definecolor{TitleColor}{rgb}{0.126,0.263,0.361} |
