diff options
| author | georg.brandl <devnull@localhost> | 2008-06-22 19:02:49 +0000 |
|---|---|---|
| committer | georg.brandl <devnull@localhost> | 2008-06-22 19:02:49 +0000 |
| commit | 1ccdf4c5c0c53b6b95f98291355c81da592d9796 (patch) | |
| tree | 9d458061a0fff0dba5b8fb7ceb20ebecf0ec4314 /sphinx/texinputs | |
| parent | 970c57b9c932a66367a079d429bbd4b9aa064754 (diff) | |
| download | sphinx-1ccdf4c5c0c53b6b95f98291355c81da592d9796.tar.gz | |
Add support for subscript/superscript nodes in latex.
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 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. |
