summaryrefslogtreecommitdiff
path: root/sphinx/texinputs
diff options
context:
space:
mode:
authorgeorg.brandl <devnull@localhost>2008-06-22 19:02:49 +0000
committergeorg.brandl <devnull@localhost>2008-06-22 19:02:49 +0000
commit1ccdf4c5c0c53b6b95f98291355c81da592d9796 (patch)
tree9d458061a0fff0dba5b8fb7ceb20ebecf0ec4314 /sphinx/texinputs
parent970c57b9c932a66367a079d429bbd4b9aa064754 (diff)
downloadsphinx-1ccdf4c5c0c53b6b95f98291355c81da592d9796.tar.gz
Add support for subscript/superscript nodes in latex.
Diffstat (limited to 'sphinx/texinputs')
-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 036fcea2..86ee5c85 100644
--- a/sphinx/texinputs/sphinx.sty
+++ b/sphinx/texinputs/sphinx.sty
@@ -13,6 +13,7 @@
\RequirePackage{fancyvrb}
\RequirePackage{titlesec}
\RequirePackage{tabulary}
+\RequirePackage{amsmath} % for \text
\RequirePackage{color}
% Redefine these colors to your liking in the preamble.