Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:eapi-8 commit in: /
Date: Tue, 18 May 2021 05:44:37
Message-Id: 1621316595.13d9a09dc120d40b1e2b503a845d382adbac5b70.ulm@gentoo
1 commit: 13d9a09dc120d40b1e2b503a845d382adbac5b70
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 18 05:43:15 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 05:43:15 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=13d9a09d
7
8 pms.cls: Require version 1 of parskip.sty
9
10 Newer versions change the spacing after headings which causes
11 different page breaks.
12
13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
14
15 pms.cls | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/pms.cls b/pms.cls
19 index ee0d60f..1a09407 100644
20 --- a/pms.cls
21 +++ b/pms.cls
22 @@ -27,6 +27,7 @@
23 \PassOptionsToPackage{local}{gitinfo2}
24 \PassOptionsToPackage{chapter}{algorithm}
25 % algorithmic and algorithm to be loaded last to avoid failures
26 +\RequirePackage{parskip}[=v1] % Space between paragraphs instead of indentation
27 \RequirePackage{%
28 fontenc, % Load extended font sets
29 isodate, % Date formatting and conversions
30 @@ -39,7 +40,6 @@
31 lscape, % Rotating pages
32 marginnote, % Typeset a paragraph in the page margin
33 paralist, % Additional list environments
34 - parskip, % Space between paragraphs instead of indentation
35 underscore, % Allow simple _ instead of \_
36 chngcntr, % Redefinition of counters
37 tocbibind, % Add bibliography to table of contents