mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix a vertical space in indented code-blocks for latexpdf
Add a missing \setlength\parsep{0pt} in Verbatim. There was a little extra white space below top frame for indented code-blocks because of that. modified: sphinx/texinputs/sphinx.sty
This commit is contained in:
parent
919b42b0d4
commit
2bbeeffd94
@ -238,6 +238,7 @@
|
||||
\setlength\parskip{0pt}%
|
||||
\setlength\itemsep{0ex}%
|
||||
\setlength\topsep{0ex}%
|
||||
\setlength\parsep{0pt}% let's not forget this one!
|
||||
\setlength\partopsep{0pt}%
|
||||
\setlength\leftmargin{0pt}%
|
||||
}%
|
||||
|
Loading…
Reference in New Issue
Block a user