Skip to content

Commit

Permalink
LaTeX: use current parskip package for better spacing around titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbu committed Aug 27, 2024
1 parent ce0d179 commit 4da37cf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions sphinx/texinputs/sphinxlatexstylepage.sty
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
\ProvidesPackage{sphinxlatexstylepage}[2021/01/27 page styling]

% Separate paragraphs by space by default.
\IfFileExists{parskip-2001-04-09.sty}% since September 2018 TeXLive update
% new parskip.sty, but let it rollback to old one.
% hopefully TeX installation not broken and LaTeX kernel not too old
{\RequirePackage{parskip}[=v1]}
% standard one from 1989. Admittedly \section of article/book gives possibly
% anomalous spacing, but we can't require September 2018 release for some time.
{\RequirePackage{parskip}}
\RequirePackage{parskip}

% Style parameters and macros used by most documents here
\raggedbottom
Expand Down

0 comments on commit 4da37cf

Please sign in to comment.