diff options
| author | Georg Brandl <georg@python.org> | 2010-08-05 15:16:48 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-08-05 15:16:48 +0200 |
| commit | 0ea4026e71b2074698061dfe846980d8ae102962 (patch) | |
| tree | 96094311d1273a0bfd36c9809b7a844af331d3fd /sphinx/texinputs | |
| parent | 12b83e23ecce2583b7858e8018ef52c867a9a682 (diff) | |
| download | sphinx-0ea4026e71b2074698061dfe846980d8ae102962.tar.gz | |
Include hypcap package, to get better references to floats.
Diffstat (limited to 'sphinx/texinputs')
| -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 be8a6c15..b5381392 100644 --- a/sphinx/texinputs/sphinx.sty +++ b/sphinx/texinputs/sphinx.sty @@ -446,6 +446,7 @@ linkcolor=InnerLinkColor,filecolor=OuterLinkColor, menucolor=OuterLinkColor,urlcolor=OuterLinkColor, citecolor=InnerLinkColor]{hyperref} +\RequirePackage[figure,table]{hypcap} % From docutils.writers.latex2e \providecommand{\DUspan}[2]{% |
