diff options
| author | Georg Brandl <georg@python.org> | 2009-06-15 18:27:09 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-06-15 18:27:09 +0200 |
| commit | 563b52257dcf3d182476cb86fffc25192a9c7973 (patch) | |
| tree | 1dccab473084547088ec077ca70f208556718ac5 /sphinx/texinputs | |
| parent | 0785d17d78fbb445b10779c59cc812cabe46e65b (diff) | |
| download | sphinx-563b52257dcf3d182476cb86fffc25192a9c7973.tar.gz | |
Use parskip package instead of setting \parskip ourselves.
Diffstat (limited to 'sphinx/texinputs')
| -rw-r--r-- | sphinx/texinputs/sphinx.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/texinputs/sphinx.sty b/sphinx/texinputs/sphinx.sty index a2bc3dbf..8d88f087 100644 --- a/sphinx/texinputs/sphinx.sty +++ b/sphinx/texinputs/sphinx.sty @@ -26,6 +26,8 @@ \makesavenoteenv{tabulary} % For floating figures in the text. \RequirePackage{wrapfig} +% Separate paragraphs by space by default. +\RequirePackage{parskip} % Redefine these colors to your liking in the preamble. \definecolor{TitleColor}{rgb}{0.126,0.263,0.361} @@ -89,8 +91,6 @@ % Style parameters and macros used by most documents here \raggedbottom \sloppy -\parindent = 0mm -\parskip = 2mm \hbadness = 5000 % don't print trivial gripes \pagestyle{empty} % start this way; change for |
