diff options
| author | Georg Brandl <georg@python.org> | 2014-01-11 10:19:52 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-01-11 10:19:52 +0100 |
| commit | ca341e779b3dc34de30ad953be466f2be9ddd9b3 (patch) | |
| tree | 86f119c14a557e2e66e1a4727816e571db75dc21 /sphinx/texinputs | |
| parent | 762ca40c06b17522bcb9f14f7526a6a13c6a8e56 (diff) | |
| download | sphinx-ca341e779b3dc34de30ad953be466f2be9ddd9b3.tar.gz | |
Closes #929: Support parsed-literal blocks in LaTeX output correctly.
Diffstat (limited to 'sphinx/texinputs')
| -rw-r--r-- | sphinx/texinputs/sphinx.sty | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sphinx/texinputs/sphinx.sty b/sphinx/texinputs/sphinx.sty index b79ee501..554845f8 100644 --- a/sphinx/texinputs/sphinx.sty +++ b/sphinx/texinputs/sphinx.sty @@ -30,6 +30,8 @@ \RequirePackage{wrapfig} % Separate paragraphs by space by default. \RequirePackage{parskip} +% For parsed-literal blocks. +\RequirePackage{alltt} % Redefine these colors to your liking in the preamble. \definecolor{TitleColor}{rgb}{0.126,0.263,0.361} |
